javascript中的this做用域詳解——針對初學者

//#######針對一名初學者對this的指向問題的理解######### //1.全局的函數調用 function test(){ this.name="global this" console.log(this.name) } test(); //global this var name="global this" function test(){ console.
相關文章
相關標籤/搜索