摘要:
初始化阶段 - 自动执行 constructor(props) 通过super继承父组件属性,然后赋值给this.props 定义状态 绑定事件this componentWillMount 获取属性和状态,可以发送请求,修改数据 render 生成vdom 用来计算 this.props this.state 不能使用setState,是一个纯函数,必须有返回值 compone... 阅读全文
posted @ 2019-11-13 17:24
三年番茄
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号