關於javascript的this指向的一些探索

1.this指向全局對象 function test(){                 this.x=3;             }             test();             console.log(x)  //打印出3 2.this指向構造函數new出來的實例內部 var x=8;             function test(){               
相關文章
相關標籤/搜索