From c40612041809fe289aba58aefa170bbe784aba1f Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-CN --- .../reference/global_objects/function/tosource/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/function/tosource/index.html') 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
{{JSRef("Global_Objects", "Function")}} {{non-standard_header}}
-

概述

+

概述

返回函数的源代码的字符串表示.

-

语法

+

语法

function.toSource();
 Function.toSource();
 
-

参数

+

参数

-

描述

+

描述

toSource方法返回下面的值:

@@ -41,7 +41,7 @@ Function.toSource();

该方法通常在引擎内部调用.你可以在调试的时候用该方法开查看一个函数的源代码.

-

相关链接

+

相关链接