diff options
Diffstat (limited to 'files/zh-cn/web/javascript/data_structures/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/data_structures/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/data_structures/index.html b/files/zh-cn/web/javascript/data_structures/index.html index a28fe01bda..c3a45e0acd 100644 --- a/files/zh-cn/web/javascript/data_structures/index.html +++ b/files/zh-cn/web/javascript/data_structures/index.html @@ -237,7 +237,7 @@ foo = true; // foo is a Boolean now </table> <div class="note"> -<p>注意:这些特性只有 JavaScript 引擎才用到,因此你不能直接访问它们。所以特性被放在两对方括号中,而不是一对。</p> +<p><strong>备注:</strong>这些特性只有 JavaScript 引擎才用到,因此你不能直接访问它们。所以特性被放在两对方括号中,而不是一对。</p> </div> <h3 id="标准的_对象_和函数">"标准的" 对象, 和函数</h3> |
