The type of the function / 函数的类型
The function to call. 要调用的函数
The arguments to pass to the function. 要传递给函数的参数
The result of the function call. 函数调用的结果
call every functions in an array, the remaining parameters are passed in turn
调用数组中的每个函数,剩余参数依次传入
The type of the function / 函数的类型
An array of functions. 函数数组
The arguments to pass to each function. 要传递给每个函数的参数
void / 无返回值
call the function
调用函数