diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array')
3 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/index.html index b8c665f147..3b16a483c8 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/index.html @@ -430,8 +430,6 @@ console.table(values)</code></pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <div>{{Compat("javascript.builtins.Array")}}</div> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/splice/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/splice/index.html index 2dcb909975..dc8bc3fbf6 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/splice/index.html @@ -152,8 +152,6 @@ var removed = myFish.splice(2); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面中的兼容性表是根据结构化数据生成的。如果您想为数据做出贡献,请查看 <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.splice")}}</p> <h2 id="参见">参见</h2> 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> |