diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html index 9355dbb11d..ad95155237 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/number/tosource/index.html @@ -5,15 +5,15 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/toSource --- <div> {{JSRef("Global_Objects", "Number")}} {{ Non-standard_header() }}</div> -<h2 id="Summary" name="Summary">概述</h2> +<h2 id="Summary">概述</h2> <p><code><strong>toSource()</strong></code> 方法返回该对象源码的字符串表示。</p> -<h2 id="Syntax" name="Syntax">语法</h2> +<h2 id="Syntax">语法</h2> <pre class="syntaxbox">numObj.toSource(); Number.toSource(); </pre> -<h3 id="Parameters" name="Parameters">参数</h3> +<h3 id="Parameters">参数</h3> <p>无</p> -<h2 id="Description" name="Description">描述</h2> +<h2 id="Description">描述</h2> <p><code>toSource()</code> 方法返回下列值:</p> <ul> @@ -74,7 +74,7 @@ Number.toSource(); </tbody> </table> </div> -<h2 id="See_Also" name="See_Also">相关链接</h2> +<h2 id="See_Also">相关链接</h2> <ul> <li>{{jsxref("Object.prototype.toSource()")}}</li> </ul> |
