diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/match/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/match/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html index 5f5b701e63..d93b8bebef 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html @@ -149,7 +149,7 @@ str3.match(null); // 返回["null"]</code></pre> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -172,7 +172,7 @@ str3.match(null); // 返回["null"]</code></pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |