fun.call(thisArg, param1, param2)
fun.apply(thisArg, paramsArray)
var func = fun.bind(thisArg);
暂无评论,快来抢首评~
相关推荐