diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/classes')
4 files changed, 0 insertions, 10 deletions
diff --git a/files/zh-cn/web/javascript/reference/classes/constructor/index.html b/files/zh-cn/web/javascript/reference/classes/constructor/index.html index 334b80e7ad..2264eaa6a8 100644 --- a/files/zh-cn/web/javascript/reference/classes/constructor/index.html +++ b/files/zh-cn/web/javascript/reference/classes/constructor/index.html @@ -118,8 +118,6 @@ console.log(newInstance.name); //Polygon <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.classes.constructor")}}</p> <h2 id="参阅">参阅</h2> diff --git a/files/zh-cn/web/javascript/reference/classes/extends/index.html b/files/zh-cn/web/javascript/reference/classes/extends/index.html index 3166b658fc..3b748a622d 100644 --- a/files/zh-cn/web/javascript/reference/classes/extends/index.html +++ b/files/zh-cn/web/javascript/reference/classes/extends/index.html @@ -94,8 +94,6 @@ new nullExtends(); //ReferenceError: this is not defined</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.classes.extends")}}</p> <h2 id="扩展阅读">扩展阅读</h2> diff --git a/files/zh-cn/web/javascript/reference/classes/public_class_fields/index.html b/files/zh-cn/web/javascript/reference/classes/public_class_fields/index.html index 22e3318c11..45e9286ef6 100644 --- a/files/zh-cn/web/javascript/reference/classes/public_class_fields/index.html +++ b/files/zh-cn/web/javascript/reference/classes/public_class_fields/index.html @@ -336,14 +336,10 @@ new ClassWithPrivateAccessor(); <h3 id="公共类字段">公共类字段</h3> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送拉取请求。</div> - <p>{{Compat("javascript.classes.public_class_fields")}}</p> <h3 id="私有类字段">私有类字段</h3> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送拉取请求。</div> - <p>{{Compat("javascript.classes.private_class_fields")}}</p> <h2 id="另请参考:">另请参考:</h2> diff --git a/files/zh-cn/web/javascript/reference/classes/static/index.html b/files/zh-cn/web/javascript/reference/classes/static/index.html index f995fffdbc..1f6d544415 100644 --- a/files/zh-cn/web/javascript/reference/classes/static/index.html +++ b/files/zh-cn/web/javascript/reference/classes/static/index.html @@ -125,8 +125,6 @@ console.log(tp.tripple());// 'tp.tripple 不是一个函数'.</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.classes.static")}}</p> <h2 id="相关链接">相关链接</h2> |