从容小甜瓜

文章
5
资源
1
加入时间
3年0月8天

react 组件的构造函数

constructor 函数时组件最先执行的函数class childen extends react.Component{ constructor(props){ super(props); this.state={ attr1:"", } }}一般在constructor函数中都会存在 ...