2. Arrow function 的this指向 上篇回顧: 1. 默認綁定: console.log(this=== window) ==> tru...
1. This 的指向問題 默认绑定规则 console.log(this) // window, strict模式下返回undefined f...
調用function時,常會在function內的一堆動作中看到this關鍵字,而this就是記錄呼叫function的object。 昨天小複習:預設繫結,t...
IT邦幫忙