call、apply、bind方法詳解

call, apply, bind 三者做用都是改變this指向。web bind與apply、call的區別:數組 bind返回一個函數,能夠延遲調用。 var name = 'window'; var newThis = { name: 'newThis' }; function showName(info1, info2) { console.log(this.name, info1
相關文章
相關標籤/搜索