...本页包含内容: 函数定义与调用(Defining and Calling Functions) 函数参数与返回值(Function Parameters and Return Values) 函数参数名称(Function Parameter Names) 函数类型(Function Types) 函数嵌套(Nested Functions) 函数是用来完成特定任务...
基于35个网页-相关网页
When a function is entered, it knows how to locate its parameters and where to store its return values.
当输入一个函数,它知道如何定位参数和在哪里存储其返回值。
These are the methods that a calling function and a called function agree on how parameters and return values should be passed between them, and how the stack is used by the function itself.
这是调用方与被调用方约定好如何互相传递参数和返回值,以及函数自己如何使用栈。
应用推荐