aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-06-24 00:53:12 +0800
committerIrvin <irvinfly@gmail.com>2021-06-24 13:21:59 +0800
commitc836bcfa33f859deddb9c2a4afb79e7e106e3d29 (patch)
tree9836fb6449b0fed3a811d4c6fc637088cd010291 /files/zh-cn/web/javascript
parentd24d30f7b6cae2ed8e33b2c1b5c19b141a59cc2d (diff)
downloadtranslated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.gz
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.bz2
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.zip
remove hidden bcd for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/parseint/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/set/size/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html6
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakset/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/operators/instanceof/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/operators/void/index.html4
22 files changed, 0 insertions, 90 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html
index 22911acb9d..4541912a76 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html
@@ -141,10 +141,6 @@ console.log(nums);
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>The compatibility table in 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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Array.concat")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html
index bd7e039dd0..9a58426f8d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html
@@ -151,10 +151,6 @@ if (!Array.prototype.findIndex) {
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>The compatibility table in 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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Array.findIndex")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html
index 9099d44001..001ea6c5a9 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html
@@ -133,10 +133,6 @@ arr.reduce((acc, x) =&gt; acc.concat([x, x * 2]), []);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>The compatibility table in 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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Array.flatMap")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
index a98aca4290..a136334b41 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html
@@ -137,10 +137,6 @@ var view = new Int32Array(buffer);</code>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.ArrayBuffer")}}</p>
<h2 id="兼容性提醒">兼容性提醒</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html b/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html
index c3cd66adae..ca777f1f3c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html
@@ -95,10 +95,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURI
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.decodeURI")}}</p>
<h2 id="相关链接"><br>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html b/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html
index 85eebfa1ce..5bad3a497f 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html
@@ -101,10 +101,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/EvalError
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>该页面中的兼容性表格由结构化的数据生成。如果有意向贡献数据,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并发起 pull request。</p>
-</div>
-
<p>{{Compat("javascript.builtins.EvalError")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html
index de53da11e7..3e87c9ded3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html
@@ -202,10 +202,6 @@ console.log(myInstance.constructor);              // logs "MyConstructor"
<h2 id="浏览器兼容性" style="margin-bottom: 20px; line-height: 30px;">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Function.apply")}}</p>
<h2 id="See_also" name="See_also" style="margin-bottom: 20px; line-height: 30px;">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html
index 76501c5be5..ec23e5ab09 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html
@@ -155,10 +155,6 @@ var ctron = countTrailsMethods.b;</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>The compatibility table in 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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Math.clz32")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html
index c2f007e58a..d4bb3a438e 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html
@@ -108,10 +108,6 @@ Object.isSealed(1);
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Object.isSealed")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
index 20d34f2b92..79ab23e2b6 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html
@@ -213,10 +213,6 @@ george(); // 'Hello guys!!'</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>本页面上的兼容性表是由结构化数据生成的。如果你想贡献数据,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> ,并向我们发送拉取请求。</p>
-</div>
-
<p>{{Compat("javascript.builtins.Object.setPrototypeOf")}}</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html
index 4601b3c4c7..1d732df222 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html
@@ -194,10 +194,6 @@ myObj <span class="operator token">+</span> <span class="number token">3</span><
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Object.valueOf")}}</p>
<h2 id="参考">参考</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
index a3bfd18199..b3e5937b9b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
@@ -207,10 +207,6 @@ console.log(filterInt('1.61803398875')); // NaN
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.parseInt")}}</p>
<div id="compat-mobile"></div>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/index.html
index bcd764b394..49ede8bf54 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/index.html
@@ -254,10 +254,6 @@ new Set("firefox") // Set(6) [ "f", "i", "r", "e", "o", "x" ]
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{ Compat('javascript.builtins.Set') }}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html
index a18e85fade..80df85291e 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html
@@ -62,10 +62,6 @@ mySet.size; // 3
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Set.size")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html
index 93b5740def..e781d71a84 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html
@@ -123,10 +123,6 @@ worker.postMessage(sab);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.SharedArrayBuffer")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
index f7ed81e221..fb6728a8a0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
@@ -82,10 +82,6 @@ alert( str.endsWith("to be", 19) ); // true
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>这个页面上的兼容性表格是通过结构化的数据自动生成的,如果你希望改进这些数据,你可以查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并提交你的改进。 </p>
-</div>
-
<p>{{Compat("javascript.builtins.String.endsWith")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html b/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html
index e8710ef901..b6feb266b3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html
@@ -117,12 +117,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/TypeError
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-
-<p> </p>
-</div>
-
<div>{{Compat("javascript.builtins.TypeError")}}</div>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
index 1239590bdf..e1859906a2 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html
@@ -161,10 +161,6 @@ var uint32 = new Uint32Array(iterable);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.Uint32Array")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html
index 389a55f5e1..3e04c8ff98 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html
@@ -133,10 +133,6 @@ execRecursively(obj =&gt; console.log(obj), foo);</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.builtins.WeakSet")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html b/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html
index d9fdee81e1..44dec6610b 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html
@@ -74,10 +74,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容性</h2>
-<div class="hidden">
-<p>为了便于维护,此兼容性表格由结构化数据生成。如果您有意向此表格贡献内容,请向 <a href="https://github.com/mdn/browser-compat-data ">这个仓库</a> 提交代码并发送对应的 pull request 给我们。</p>
-</div>
-
<div>{{Compat("javascript.builtins.WebAssembly.Instance")}}</div>
<h2 id="参考">参考</h2>
diff --git a/files/zh-cn/web/javascript/reference/operators/instanceof/index.html b/files/zh-cn/web/javascript/reference/operators/instanceof/index.html
index d637cf41e1..1cd33e380f 100644
--- a/files/zh-cn/web/javascript/reference/operators/instanceof/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/instanceof/index.html
@@ -172,10 +172,6 @@ var b = mycar instanceof Object; // 返回 true
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.operators.instanceof")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/operators/void/index.html b/files/zh-cn/web/javascript/reference/operators/void/index.html
index 459a36a057..9cf6d19c4b 100644
--- a/files/zh-cn/web/javascript/reference/operators/void/index.html
+++ b/files/zh-cn/web/javascript/reference/operators/void/index.html
@@ -101,10 +101,6 @@ translation_of: Web/JavaScript/Reference/Operators/void
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">
-<p>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.</p>
-</div>
-
<p>{{Compat("javascript.operators.void")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>