In Listing 2 a circular reference is created by calling the external function myFunction.
在清单2中,通过调用外部函数myfunction创建循环引用。
server to wrap up the data in a call to the function I've specified, in this case myfunction().
服务器将数据封装到指定的函数调用中,即 myfunction()。
The function can take input parameters, which are supplied in parentheses that follow the function name (in this case, myFunction).
函数可接受输入参数,输入参数在紧接着函数名(在本例中为 myFunction)之后的圆括号内提供。
应用推荐