我們在React class Component 繫結事件時,經常會通過bind(this) 來繫結事件, ... function display(){ console.log(this); // this 指向全域性物件 } ...
確定! 回上一頁