apply,call

区分apply,call就一句话,

  foo.call(this, arg1,arg2,arg3) == foo.apply(this, arguments)==this.foo(arg1, arg2, arg3)

原文地址:https://www.cnblogs.com/wyy5552/p/7267214.html