diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html index 729e537627..b893cd7f87 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString <div>{{EmbedInteractiveExample("pages/js/array-tolocalestring.html")}}</div> -<h2 id="Syntax" name="Syntax">语法</h2> +<h2 id="Syntax">语法</h2> <pre class="syntaxbox"><code>arr.toLocaleString([locales[,options]]);</code></pre> @@ -166,7 +166,7 @@ if (!Array.prototype.toLocaleString) { <p>{{Compat("javascript.builtins.Array.toLocaleString")}}</p> -<h2 id="See_also" name="See_also">参见</h2> +<h2 id="See_also">参见</h2> <ul> <li>{{jsxref("Array.prototype.toString()")}}</li> |