aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/map
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/map')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/has/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/set/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/map/values/index.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
index 46132abe7f..186603b1a3 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/@@tostringtag/index.html
@@ -53,7 +53,7 @@ browser-compat: javascript.builtins.Map.@@toStringTag
<p>{{CompatibilityTable}} </p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -76,7 +76,7 @@ browser-compat: javascript.builtins.Map.@@toStringTag
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
index db61579557..461f2e5e07 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/has/index.html
@@ -66,7 +66,7 @@ myMap.has("baz"); // returns false
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -89,7 +89,7 @@ myMap.has("baz"); // returns false
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
index d4fd287926..701fd336f0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/set/index.html
@@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Map/set
original_slug: Web/JavaScript/Reference/Global_Objects/Map/set
browser-compat: javascript.builtins.Map.set
---
-<p id="sect1">{{JSRef}}</p>
+<p>{{JSRef}}</p>
<p><code><strong>set()</strong></code> 方法为 <code>Map</code> 对象添加或更新一个指定了键(<code>key</code>)和值(<code>value</code>)的(新)键值对。</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html b/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
index 5c4aad2316..46e4de8672 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/map/values/index.html
@@ -65,7 +65,7 @@ console.log(mapIter.next().value); // "baz"</pre>
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -88,7 +88,7 @@ console.log(mapIter.next().value); // "baz"</pre>
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>