React 回调函数传默认值和自定义参数

// 利用箭头函数 e为默认参数 arg为自定义参数
onTouchStart={e => this.touchS(e, arg)}

你可能感兴趣的:(React 回调函数传默认值和自定义参数)