<button onClick={(ev) => {this.handleClick(ev,arg1,arg2,...)}}

用箭头函数,注意第一个参数一定要是事件参数。

相关文章: