js this,call,apply,bind

js中 this,call,apply,bind 總結 全局作用域或者普通函數中 this 指向全局對象 window。 方法調用中誰調用 this 指向誰 在構造函數或者構造函數原型對象中 this 指向構造函數的實例 箭頭函數中指向外層作用域的 this call()、apply()、bind() 都是用來重定義 this 這個對象的! 調用他們可以爲函數指定this的執行,同時也可以傳參。
相關文章
相關標籤/搜索