函数体 meaning in English
function body
Examples
- Right after the function body is a line of code to test it
该函数体之后的一行代码对它进行测试。 - Function to edit the function body
函数以编辑函数体。 - Note : the body of a function
注意:函数体无需 - This means that the function body executes even if null is passed as an argument
这意味着即使传递的参数为null ,也将执行函数体。 - Is a function that remembers the point in the function body where it last returned
是这样一个函数,它记住上一次返回时在函数体中的位置。