diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/tostring')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/tostring/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/tostring/index.html index 192ae75b12..f8f9d021da 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/tostring/index.html @@ -68,7 +68,7 @@ alert(x.toString()) // 输出 "Hello world"</pre> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -91,7 +91,7 @@ alert(x.toString()) // 输出 "Hello world"</pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |