今天遇到一道面试题(第七题)。问这段代码有什么问题。this.setState((state, props) => { return { total: state.total + props.count } })