通过apply和arguments.
例如console.log是可变长参数.

function a(){
 console.log.apply(this, arguments)
}

标签: none 阅读量: 1240

添加新评论