diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/tostring')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html index 22aef815b4..86322dbc18 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/tostring/index.html @@ -54,7 +54,7 @@ alert(foo.toString()); // 显示 "/bar/g" </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -76,7 +76,7 @@ alert(foo.toString()); // 显示 "/bar/g" </tbody> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |