摘要: 通点击父组件按钮调用子组件的方法 父组件: import React, {Component} from 'react'; import ChildComponent from './child'; export default class ParentComponent extends Compo 阅读全文
posted @ 2022-05-25 16:28 _Ruiii 阅读(162) 评论(0) 推荐(0)