react 子组件向父组件传值
//子组件this.props.handle(num);//父组件handle&#61;(num)&#61;>{this.setState({num:num})}<子组件 handle&#61;{this.handle} >