diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/set')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/set/index.html | 4 | ||||
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/set/size/index.html | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/index.html index 682edbc181..df4e5fbf4c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/set/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/set/index.html @@ -263,7 +263,3 @@ new Set("firefox") // Set(6) [ "f", "i", "r", "e", "o", "x" ] <li>{{ jsxref('WeakMap') }}</li> <li>{{ jsxref('WeakSet') }}</li> </ul> - -<p> - <audio class="hidden"></audio> -</p> diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html index 80df85291e..9ff986da31 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html @@ -14,10 +14,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Set/size <p>{{EmbedInteractiveExample("pages/js/set-prototype-size.html")}}</p> -<div class="hidden"> -<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</p> -</div> - <h2 id="描述">描述</h2> <p><code>size</code>的值是一个整数,表示<code>Set</code>对象有多少条目。<code>size</code>的集合访问函数是<code>undefined</code>; 你不能改变这个属性。</p> |