diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/unshift')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/unshift/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/unshift/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/unshift/index.html index 7b1148813f..bac11d8233 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/unshift/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/unshift/index.html @@ -106,8 +106,6 @@ arr.unshift([-7, -6], [-5]); // the new array length is 8 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">兼容性表是使用结构化数据生成的. 如果您希望为此数据做贡献, 请检出(check out) <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 同时向我们提交一个pull request.</div> - <p>{{Compat("javascript.builtins.Array.unshift")}}</p> <h2 id="参见">参见</h2> |