在一个Select 组件 里面要怎么往onChange方法里传两个参数

2024-11-28 04:20:52
推荐回答(1个)
回答1:

onChange={(...arg)=> {
this.onChange(...arg, new);
}
}