diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/charat')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/charat/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/charat/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/charat/index.html index ab72e58c81..0e024365f2 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/charat/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/charat/index.html @@ -19,9 +19,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/charAt <dl> <dt><code>index</code></dt> - <dd>一个介于0 和字符串长度减1之间的整数。 (0~length-1)</dd> - <dd>如果没有提供索引,charAt() 将使用0。</dd> - <dt> </dt> + <dd>一个介于0 和字符串长度减1之间的整数。 (0~length-1)如果没有提供索引,charAt() 将使用0。</dd> </dl> <h2 id="Description">描述</h2> |
