From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- files/zh-cn/web/javascript/reference/global_objects/array/index.html | 2 -- .../web/javascript/reference/global_objects/array/splice/index.html | 2 -- .../web/javascript/reference/global_objects/array/unshift/index.html | 2 -- 3 files changed, 6 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/array') 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)

浏览器兼容性

- -
{{Compat("javascript.builtins.Array")}}

相关链接

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);

浏览器兼容性

- -

{{Compat("javascript.builtins.Array.splice")}}

参见

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

浏览器兼容性

- -

{{Compat("javascript.builtins.Array.unshift")}}

参见

-- cgit v1.2.3-54-g00ecf