js面試題關於this指向分析

分析如下問題的打印結果及緣由: 一、javascript let num = 10; function fn() { console.log(this.num); } let obj = { num:5, method: function(fn) { fn(); arguments[0](); } }; obj.metho
相關文章
相關標籤/搜索