摘要: 当组件实例被创建并插入 DOM 中时,其生命周期调用顺序如下: constructor() static getDerivedStateFromProps() render() componentDidMount() 1、constructor() constructor(props) 如果不初始化 阅读全文
posted @ 2020-03-13 00:13 margin0auto 阅读(496) 评论(0) 推荐(0)