diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators')
14 files changed, 0 insertions, 28 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/destructuring_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/destructuring_assignment/index.html index b0b6f81ea0..4c6c4a4457 100644 --- a/files/zh-cn/web/javascript/reference/operators/destructuring_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/destructuring_assignment/index.html @@ -408,8 +408,6 @@ const {self, prot} = 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.operators.destructuring")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/function_star_/index.html b/files/zh-cn/web/javascript/reference/operators/function_star_/index.html index 1f607de5d9..a34ac86901 100644 --- a/files/zh-cn/web/javascript/reference/operators/function_star_/index.html +++ b/files/zh-cn/web/javascript/reference/operators/function_star_/index.html @@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Operators/function* <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.operators.function_star")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/grouping/index.html b/files/zh-cn/web/javascript/reference/operators/grouping/index.html index 837cdf366f..5856cc2324 100644 --- a/files/zh-cn/web/javascript/reference/operators/grouping/index.html +++ b/files/zh-cn/web/javascript/reference/operators/grouping/index.html @@ -80,8 +80,6 @@ a * c + b * c // 9 <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">本页的浏览器兼容性表都是基于结构数据,如果你想更新数据.可以查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并且请给我们发送合并请求.</div> - <p>{{Compat("javascript.operators.grouping")}}</p> <h2 id="See_also" name="See_also">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/in/index.html b/files/zh-cn/web/javascript/reference/operators/in/index.html index acd8d18255..2ac7bb0ed4 100644 --- a/files/zh-cn/web/javascript/reference/operators/in/index.html +++ b/files/zh-cn/web/javascript/reference/operators/in/index.html @@ -130,8 +130,6 @@ trees[3] = undefined; <h2 id="浏览器兼容" style="margin-bottom: 20px; line-height: 30px;">浏览器兼容</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.operators.in")}}</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/operators/new.target/index.html b/files/zh-cn/web/javascript/reference/operators/new.target/index.html index 7d1c41ec89..63fd2f1b8a 100644 --- a/files/zh-cn/web/javascript/reference/operators/new.target/index.html +++ b/files/zh-cn/web/javascript/reference/operators/new.target/index.html @@ -85,8 +85,6 @@ var d = new D(); // logs class D extends C{constructor(){super();}} <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.operators.new_target")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/new/index.html b/files/zh-cn/web/javascript/reference/operators/new/index.html index 16ae8bfd75..e5b6ef0795 100644 --- a/files/zh-cn/web/javascript/reference/operators/new/index.html +++ b/files/zh-cn/web/javascript/reference/operators/new/index.html @@ -188,8 +188,6 @@ var car2 = new Car("Nissan", "300ZX", 1992, ken); <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.operators.new")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/object_initializer/index.html b/files/zh-cn/web/javascript/reference/operators/object_initializer/index.html index 90fb0e6a8a..0cf6e54f9d 100644 --- a/files/zh-cn/web/javascript/reference/operators/object_initializer/index.html +++ b/files/zh-cn/web/javascript/reference/operators/object_initializer/index.html @@ -300,8 +300,6 @@ assert(obj3.__proto__ === 17); <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.operators.object_initializer")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/property_accessors/index.html b/files/zh-cn/web/javascript/reference/operators/property_accessors/index.html index f989fe1f22..c7c482256d 100644 --- a/files/zh-cn/web/javascript/reference/operators/property_accessors/index.html +++ b/files/zh-cn/web/javascript/reference/operators/property_accessors/index.html @@ -141,8 +141,6 @@ console.log(object[bar]); <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.operators.property_accessors")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/spread_syntax/index.html b/files/zh-cn/web/javascript/reference/operators/spread_syntax/index.html index 4bb2ff8b45..aaa1544a4c 100644 --- a/files/zh-cn/web/javascript/reference/operators/spread_syntax/index.html +++ b/files/zh-cn/web/javascript/reference/operators/spread_syntax/index.html @@ -234,8 +234,6 @@ var array = [...obj]; // TypeError: obj is not iterable <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></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.operators.spread")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/super/index.html b/files/zh-cn/web/javascript/reference/operators/super/index.html index 6681f759ab..1f279cb42f 100644 --- a/files/zh-cn/web/javascript/reference/operators/super/index.html +++ b/files/zh-cn/web/javascript/reference/operators/super/index.html @@ -172,8 +172,6 @@ obj2.method2(); // logs "method 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.operators.super")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/this/index.html b/files/zh-cn/web/javascript/reference/operators/this/index.html index 0962ff2a6e..6ea1eb67c6 100644 --- a/files/zh-cn/web/javascript/reference/operators/this/index.html +++ b/files/zh-cn/web/javascript/reference/operators/this/index.html @@ -486,8 +486,6 @@ bird.sayBye(); // Bye from Ferrari</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.operators.this")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/typeof/index.html b/files/zh-cn/web/javascript/reference/operators/typeof/index.html index 9ecc801903..41cf3c8da9 100644 --- a/files/zh-cn/web/javascript/reference/operators/typeof/index.html +++ b/files/zh-cn/web/javascript/reference/operators/typeof/index.html @@ -259,8 +259,6 @@ class newClass{};</pre> <h2 id="浏览器兼容">浏览器兼容</h2> <div id="compat-desktop"> -<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.operators.typeof")}}</p> <h2 id="IE_特别提示">IE 特别提示</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/yield/index.html b/files/zh-cn/web/javascript/reference/operators/yield/index.html index 58e9adfc00..a0a3b92756 100644 --- a/files/zh-cn/web/javascript/reference/operators/yield/index.html +++ b/files/zh-cn/web/javascript/reference/operators/yield/index.html @@ -90,8 +90,6 @@ console.log(appleStore.next()); // { value: undefined, done: true }</pre> <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.operators.yield")}}</p> <h2 id="See_also" name="See_also">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/operators/yield_star_/index.html b/files/zh-cn/web/javascript/reference/operators/yield_star_/index.html index c53be56902..bd1e86393a 100644 --- a/files/zh-cn/web/javascript/reference/operators/yield_star_/index.html +++ b/files/zh-cn/web/javascript/reference/operators/yield_star_/index.html @@ -131,8 +131,6 @@ console.log(result); // "foo" <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.operators.yield_star")}}</p> <h2 id="Firefox_特别提示">Firefox 特别提示</h2> |