setState异步问题 可以通过 函数的形式 解决比如:this.setState({data : value}) this.setState((state,props) => {return {data :value, } });