ES6 - Classes

优质
小牛编辑
129浏览
2023-12-01

更改调用上下文

  • Function.prototype.call(object [,arg, …])
  • Function.prototype.apply(object [,argsArray])