diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html index 7d0edf43c5..0e45f82bac 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html @@ -74,7 +74,7 @@ console.log(a, b); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页中的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看<a href="/zh-CN/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</div> + <p>{{Compat("javascript.builtins.String.toUpperCase")}}</p> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html index 7697c1074d..6af5bd5d2d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html @@ -46,7 +46,7 @@ console.log(x.valueOf()); // Displays 'Hello world' <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">此页中的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看<a href="/zh-CN/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</p> + <p>{{Compat("javascript.builtins.String.valueOf")}}</p> |