var func = function(arg1, arg2) {
};
func.call(this, arg1, arg2);
func.apply(this, [arg1, arg2])
这里的this指的是不是func函数
Samaritan
cxxyjsj
相关分类