diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase/index.html index a9709187a7..95b8378bbe 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/tolocalelowercase/index.html @@ -37,7 +37,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLocaleLowerCase <h2 id="例子">例子</h2> -<h3 id="使用toLocaleLowerCase"><code><font face="Open Sans, Arial, sans-serif">使用</font>toLocaleLowerCase()</code></h3> +<h3 id="使用toLocaleLowerCase"><code>使用toLocaleLowerCase()</code></h3> <pre><code>'ALPHABET'.toLocaleLowerCase(); // 'alphabet' |