diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/push/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/push/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/push/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/push/index.html index 032e985d22..fd1154f7c6 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/push/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/push/index.html @@ -36,7 +36,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/push <p>当调用该方法时,新的 {{jsxref("Array.length", "length")}} 属性值将被返回。</p> -<h2 id="Description" name="Description">描述</h2> +<h2 id="Description">描述</h2> <p>push方法将值追加到数组中。</p> |