diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html index 88644d61b8..257ae97822 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html @@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/localeCompare <p><strong><code>localeCompare()</code></strong> 方法返回一个数字来指示一个参考字符串是否在排序顺序前面或之后或与给定字符串相同。</p> -<p><code>新的 locales 、</code> <code>options</code> 参数能让应用程序定制函数的行为即指定用来排序的语言。 <code>locales</code> 和 <code>options</code> 参数是依赖于具体实现的,在旧的实现中这两个参数是完全被忽略的。</p> +<p>新的 <code>locales</code> 和 <code>options</code> 参数能让应用程序定制函数的行为,即指定用来排序的语言。 <code>locales</code> 和 <code>options</code> 参数完全取决于实现,在旧的实现中忽略这两个参数。</p> <h2 id="语法">语法</h2> |