界面开发状态管理组件通信组件通信 父子组件通信 父->子:props 子->父:event props 兄弟组件通信 子->父->子:props + event props context Redux 跨多层级组件通信 context Redux