| 1. | Right after the function body is a line of code to test it 该函数体之后的一行代码对它进行测试。 |
| 2. | Function to edit the function body 函数以编辑函数体。 |
| 3. | Note : the body of a function 注意:函数体无需 |
| 4. | This means that the function body executes even if null is passed as an argument 这意味着即使传递的参数为null ,也将执行函数体。 |
| 5. | Is a function that remembers the point in the function body where it last returned 是这样一个函数,它记住上一次返回时在函数体中的位置。 |
| 6. | When javascript is coded like that and not put within a method or function body , it s called 像这种不放到方法或函数体中的javascript代码称为 |
| 7. | The body of a function may only contain a series of variable declarations and a return statement 函数体可以仅包含一组变量声明和一个返回语句。 |
| 8. | The function definition does not execute the function body ; this gets executed only when the function is called 函数定义不执行函数体,它们仅仅在调用时执行 |
| 9. | A better choice , however , is to arrange the function bodies so that execution just " falls off the end " after all the 然而,一个较好的选择是,安排函数体以便于完成所有 |
| 10. | For an inline scalar function , there is no function body ; the scalar value is the result of a single statement 对于内联标量函数,没有函数体;标量值是单个语句的结果。 |