aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/object
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-05-28 22:17:15 +0800
committerIrvin <irvinfly@gmail.com>2021-05-31 15:39:29 +0800
commitd4625fc3adef7da9a077b195800094d03488c50c (patch)
tree902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/javascript/reference/global_objects/object
parentd935156b29ff23a8cfbacba5baf389d617572cf4 (diff)
downloadtranslated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/object')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/assign/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/constructor/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/create/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/defineproperties/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/freeze/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/getownpropertynames/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/getprototypeof/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/is/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/preventextensions/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/propertyisenumerable/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/proto/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/tolocalestring/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/tosource/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/tostring/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/object/values/index.html2
19 files changed, 0 insertions, 38 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/assign/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/assign/index.html
index 13cc1854d6..abe605e620 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/assign/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/assign/index.html
@@ -309,8 +309,6 @@ console.log(copy);
<h2 id="Browser_compatibility" name="Browser_compatibility">浏览器兼容</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>
-
<p>{{Compat("javascript.builtins.Object.assign")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/constructor/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/constructor/index.html
index 470072ebe7..b56ef4c920 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/constructor/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/constructor/index.html
@@ -230,6 +230,4 @@ Child.prototype.getOffsetByInitialPosition = function getOffsetByInitialPosition
<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>
-
<p>{{Compat("javascript.builtins.Object.constructor")}}</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
index 4cc48defc5..bd9fbe194c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/create/index.html
@@ -213,8 +213,6 @@ o2 = Object.create({}, {
<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>
-
<p>{{Compat("javascript.builtins.Object.create")}}</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/object/defineproperties/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/defineproperties/index.html
index 411650ccb8..483bcdf234 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/defineproperties/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/defineproperties/index.html
@@ -170,8 +170,6 @@ Object.defineProperties(obj, {
<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>
-
<p>{{Compat("javascript.builtins.Object.defineProperties")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
index 6e704940a5..ee59ebba46 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/entries/index.html
@@ -118,8 +118,6 @@ console.log(map); // Map { foo: "bar", baz: 42 }</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>
-
<p>{{Compat("javascript.builtins.Object.entries")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/freeze/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/freeze/index.html
index b72dbbf9c0..947a54007d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/freeze/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/freeze/index.html
@@ -191,8 +191,6 @@ TypeError: 1 is not an object // ES5 code
<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>
-
<p>{{Compat("javascript.builtins.Object.freeze")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertynames/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertynames/index.html
index 996a67689e..b4ad24a572 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertynames/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertynames/index.html
@@ -149,8 +149,6 @@ Object.getOwnPropertyNames('foo');
<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>
-
<p>{{Compat("javascript.builtins.Object.getOwnPropertyNames")}}</p>
<h2 id="Firefox-specific_notes">Firefox-specific notes</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html
index 3ef6f41842..228674372c 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html
@@ -73,8 +73,6 @@ console.log(objectSymbols[0]) // Symbol(a)
<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>
-
<p>{{Compat("javascript.builtins.Object.getOwnPropertySymbols")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/getprototypeof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/getprototypeof/index.html
index e81cee9d3f..df45e04217 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/getprototypeof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/getprototypeof/index.html
@@ -117,8 +117,6 @@ Object.getPrototypeOf('foo');
<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>
-
<p>{{Compat("javascript.builtins.Object.getPrototypeOf")}}</p>
<h2 id="Opera_特别提示">Opera 特别提示</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/index.html
index 02aa00d2e5..c35c5e8fa9 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/index.html
@@ -172,8 +172,6 @@ var o = new Object(Boolean());
<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>
-
<p>{{Compat("javascript.builtins.Object")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/is/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/is/index.html
index ed905858d9..860a49d231 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/is/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/is/index.html
@@ -139,8 +139,6 @@ Object.is(NaN, 0/0); // true
<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>
-
<p>{{Compat("javascript.builtins.Object.is")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html
index 5ab6d88862..c923cc5530 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/isfrozen/index.html
@@ -138,8 +138,6 @@ Object.isFrozen(1);
<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>
-
<p>{{Compat("javascript.builtins.Object.isFrozen")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/preventextensions/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/preventextensions/index.html
index 81c8a451a2..9658716cff 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/preventextensions/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/preventextensions/index.html
@@ -115,8 +115,6 @@ Object.preventExtensions(1);
<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>
-
<p>{{Compat("javascript.builtins.Object.preventExtensions")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/propertyisenumerable/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/propertyisenumerable/index.html
index b74e6bc26b..4b9b962639 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/propertyisenumerable/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/propertyisenumerable/index.html
@@ -132,8 +132,6 @@ o.propertyIsEnumerable('firstMethod'); // 返回 false</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>
-
<p>{{Compat("javascript.builtins.Object.propertyIsEnumerable")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/proto/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/proto/index.html
index 7a9d4dfefd..d0ac7d3eb6 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/proto/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/proto/index.html
@@ -125,8 +125,6 @@ obj.myname();//myname
<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>
-
<p>{{Compat("javascript.builtins.Object.proto")}}</p>
<h2 id="兼容性注意事项">兼容性注意事项</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/tolocalestring/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/tolocalestring/index.html
index 611bfc560f..8d5a9d6538 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/tolocalestring/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/tolocalestring/index.html
@@ -69,8 +69,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Object/toLocaleString
<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>
-
<p>{{Compat("javascript.builtins.Object.toLocaleString")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/tosource/index.html
index a47cd4dbc2..23d070b86a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/tosource/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/tosource/index.html
@@ -115,8 +115,6 @@ theDog = new Dog("Gabby", "Lab", "chocolate", "girl");</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>
-
<p>{{Compat("javascript.builtins.Object.toSource")}}</p>
<h2 id="See_Also" name="See_Also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/tostring/index.html
index a38a5d8913..e585abdd61 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/tostring/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/tostring/index.html
@@ -125,8 +125,6 @@ toString.call(null); // [object Null]
<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>
-
<p>{{Compat("javascript.builtins.Object.toString")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/values/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/values/index.html
index 42d9cced00..c2d4cc3526 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/object/values/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/object/values/index.html
@@ -97,8 +97,6 @@ console.log(Object.values('foo')); // ['f', 'o', 'o']</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>
-
<p>{{Compat("javascript.builtins.Object.values")}}</p>
<h2 id="相关链接">相关链接</h2>