setState是异步处理,使用以下方式修改数据 // Correctthis.setState((state, props) => ({ counter: state.counter + props.increment}));