1.父子组件的生命周期
// 代码结构如下:
<Parent>
<ChildOne>
<ChildThree/>
<ChildTwo/>
</ChildOne>
</Parent>
父子组件加载过程如下:// 代码结构如下:
<Parent>
<ChildOne>
<ChildThree/>
<ChildTwo/>
</ChildOne>
</Parent>
父子组件加载过程如下: