React事件傳遞引數

看風景就發表於2018-12-03
<button onClick={(ev) => {this.handleClick(ev,arg1,arg2,...)}}

用箭頭函式,注意第一個引數一定要是事件引數。

相關文章