diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/parseint')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/parseint/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html index 9a631e1e4f..6dd0b83e6b 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html @@ -25,9 +25,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/parseInt <dl> <dt><code>string</code></dt> <dd>要被解析的值。如果参数不是一个字符串,则将其转换为字符串(使用 <code><a href="http://www.ecma-international.org/ecma-262/6.0/#sec-tostring">ToString</a> </code>抽象操作)。字符串开头的空白符将会被忽略。</dd> -</dl> - -<dl> <dt><code><var>radix</var></code><var> {{optional_inline}}</var></dt> <dd>从 <code>2</code> 到 <code>36</code>,表示字符串的基数。例如指定 <code>16</code> 表示被解析值是十六进制数。请注意,10不是默认值!</dd> <dd class="blockIndicator warning">文章后面的<a href="#描述">描述</a>解释了当参数 <code>radix</code> 不传时该函数的具体行为。</dd> |