diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html index 5c4de38138..851e354fc7 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html @@ -7,21 +7,21 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function/toSource <div>{{JSRef("Global_Objects", "Function")}} {{non-standard_header}}</div> </div> -<h2 id="Summary" name="Summary">概述</h2> +<h2 id="Summary">概述</h2> <p>返回函数的源代码的字符串表示.</p> -<h2 id="Syntax" name="Syntax">语法</h2> +<h2 id="Syntax">语法</h2> <pre class="syntaxbox"><code><var>function</var>.toSource(); Function.toSource(); </code></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> @@ -41,7 +41,7 @@ Function.toSource(); <p>该方法通常在引擎内部调用.你可以在调试的时候用该方法开查看一个函数的源代码.</p> -<h2 id="See_Also" name="See_Also">相关链接</h2> +<h2 id="See_Also">相关链接</h2> <ul> <li><a href="/zh-CN/docs/JavaScript/Reference/Global_Objects/Function/toString" title="JavaScript/Reference/Global_Objects/Function/toString">toString</a></li> |