connect 一共接受4个参数以及柯里化一个组件参数
connect(mapStateToProps,mapDispatchToProps,null, {withRef: true})(ChildComponent);
使用ref访问被Connect函数包裹的子组件时
this.refs._childref.getWrappedInstance()
connect 一共接受4个参数以及柯里化一个组件参数
connect(mapStateToProps,mapDispatchToProps,null, {withRef: true})(ChildComponent);
使用ref访问被Connect函数包裹的子组件时
this.refs._childref.getWrappedInstance()