摘要: this.state = {foo: 2}; this.setState({foo: 123}, ()=> { console.log(foo); }); 阅读全文
posted @ 2019-11-08 18:36 ThisCall 阅读(817) 评论(0) 推荐(0)