2016-10-12 17:32发布
在不使用apply、call、bind等改变this的函数实现数组中的内容作为函数的参数
apply
call
bind
this
function abc(){ console.log(arguments.length) } var arr = [11,232,13,43,52,6]; //不使用apply与call、bind,实现 abc(11,232,13,43,52,6)
玩过es6么?
es6
最多设置5个标签!
玩过
es6
么?一周热门 更多>