diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/valueof')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |