diff options
| author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
| commit | ea514a38735125a2b5468300311ea8b2389c8863 (patch) | |
| tree | 1afc6c2ff3ee3bc5efdfbba3841e2ef24f0c9485 /files/zh-cn/web/javascript/reference/global_objects/set | |
| parent | a2960295605a27e084541fc2f93068dd3cad15ba (diff) | |
| download | translated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.gz translated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.bz2 translated-content-ea514a38735125a2b5468300311ea8b2389c8863.zip | |
remove hidden class for zh-CN
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> |
