diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/functions/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/functions/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/functions/index.html b/files/zh-cn/web/javascript/reference/functions/index.html index 9851fa71cb..2184c429f3 100644 --- a/files/zh-cn/web/javascript/reference/functions/index.html +++ b/files/zh-cn/web/javascript/reference/functions/index.html @@ -77,7 +77,7 @@ translation_of: Web/JavaScript/Reference/Functions <dl> <dt><code>param</code></dt> - <dd>传递给函数的参数的名称,一个函数最多可以有255个参数。</dd> + <dd>传递给函数的参数的名称。</dd> </dl> <dl> @@ -99,7 +99,7 @@ translation_of: Web/JavaScript/Reference/Functions <dl> <dt><code>param</code></dt> - <dd>传递给函数的参数的名称,一个函数最多可以有255个参数.</dd> + <dd>传递给函数的参数的名称。</dd> </dl> <dl> @@ -141,7 +141,7 @@ translation_of: Web/JavaScript/Reference/Functions <dt><code>name</code></dt> <dd>函数名称.</dd> <dt><code>param</code></dt> - <dd>传递给函数的参数的名称,一个函数最多可以有255个参数。</dd> + <dd>传递给函数的参数的名称。</dd> <dt><code>statements</code></dt> <dd>组成函数体的声明语句。</dd> </dl> @@ -156,7 +156,7 @@ translation_of: Web/JavaScript/Reference/Functions <dt><code>name</code></dt> <dd>函数名称。函数名可以被省略,在这种情况下该函数将变成匿名函数。</dd> <dt><code>param</code></dt> - <dd>传递给函数的参数的名称。一个函数可以有多达255个参数</dd> + <dd>传递给函数的参数的名称。</dd> <dt><code>statements</code></dt> <dd>组成函数体的声明语句。</dd> </dl> |