arguments 就像一个数组一样,包含了传递给这个函数的参数 ,
以上部分为this的介绍,注意arguments.callee 属性 ,可用于递归调用,其代表的是 : 当前正在运行函数的引用 ,
用法 如下
arguments.length 返回的是 传递给这个函数参数的数量
keyword (this and arguments) in function --- 设计递归
时间: 2024-12-09 03:21:58
arguments 就像一个数组一样,包含了传递给这个函数的参数 ,
以上部分为this的介绍,注意arguments.callee 属性 ,可用于递归调用,其代表的是 : 当前正在运行函数的引用 ,
用法 如下
arguments.length 返回的是 传递给这个函数参数的数量
keyword (this and arguments) in function --- 设计递归