摘要: 挂载期constructor()构造函数componentWillMount 在渲染前调用。render() 检查this.props和this.state的变化返回虚拟DOM,渲染页面。componentDidMount 在第一次渲染后调用。 更新器 componentWillReceivePro 阅读全文
posted @ 2020-09-19 14:34 跳动的W 阅读(87) 评论(0) 推荐(0)