vue学习--父子组件通讯时间:2023-03-09 08:34:53 this.$parent // 子组件访问父组件 this.$root // 访问根实例 this.$children // 父组件的所有子元素 *一般是不建议在子组件中修改父组件的状态的