reactES6写法
2017-10-10 本文已影响0人
鹏举888888
注意:
super()是为了使用this,必须在使用this之前声明super();
super(props)这个参数是必须要传的;
constructor里面声明的属性权重比用domo.defaultProps要高,会覆盖默认属性。
注意:
super()是为了使用this,必须在使用this之前声明super();
super(props)这个参数是必须要传的;
constructor里面声明的属性权重比用domo.defaultProps要高,会覆盖默认属性。