函數中的this指向

1、普通函數中的this指向javascript 2、定時器方法中的this指向java 3、構造函數中的this指向函數 4、對象方法中的this指向this 5、原型對象方法中的this指向prototype //普通函數 function f1() { console.log(this); } f1(); 普通函數this指向window3d //定時器方法 setInterval(
相關文章
相關標籤/搜索