一、shouldComponentUpdate() 是否需要更新当前ReactNode
二、componentWillMount 相当于formcreate事件,插件第一次被创建时执行
三、componentWillUnmount 相当于destroy事件,当组件被卸载时执行
四、componentDidMount 相当于formshow事件
五、 getDefaultProps 组件创建前设置缺省的属性值
六、componentWillReceiveProps 组件属性改变前事件
七、组件中通讯this.
publish: 发布消息
subscribe: 订阅消息