240 发简信
IP属地:广东
  • apply、bind和call的区别

    call()、apply()、bind() 都是用来重定义 this 这个对象的 代码 首先我们可以看到, 这三个方法都是改变了this的指向,...