aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/bigint
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/bigint
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/bigint')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html2
4 files changed, 0 insertions, 8 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
index 67a95180ef..1ef191efc0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html
@@ -253,8 +253,6 @@ nthPrime(20n)
<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.BigInt")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html
index 434bceb0d9..954db703f2 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html
@@ -105,8 +105,6 @@ console.log(bigint.toLocaleString('en-IN', { maximumSignificantDigits: 3 }));
<h2 id="浏览器支持">浏览器支持</h2>
-<p class="hidden">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>
-
<p>{{Compat("javascript.builtins.BigInt.toLocaleString")}}</p>
<h2 id="请参阅">请参阅</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html
index 487fe80ad2..b7de965db8 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html
@@ -78,8 +78,6 @@ BigInt(-0).toString(); // '0'</pre>
<h2 id="浏览器支持">浏览器支持</h2>
-<p class="hidden">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>
-
<p>{{Compat("javascript.builtins.BigInt.toString")}}</p>
<h2 id="请参阅">请参阅</h2>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html
index 0487cfbef3..bcbc3f2f88 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html
@@ -44,8 +44,6 @@ typeof Object(1n).valueOf(); // bigint
<h2 id="浏览器支持">浏览器支持</h2>
-<p class="hidden">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>
-
<p>{{Compat("javascript.builtins.BigInt.valueOf")}}</p>
<h2 id="请参阅">请参阅</h2>