摘要: 常用的生命周期图示: 挂载阶段:constructor => render => componentDidMount => 结束更新阶段: render => componentDidUpdate => 结束卸载阶段:componentWillUnmount => 结束 constructor构造函 阅读全文
posted @ 2020-02-10 10:00 web前端煜 阅读(765) 评论(0) 推荐(0)