2021年3月26日

react 父组件调用子组件中的方法

摘要: 组件间通信除了props外还有onRef方法,不过React官方文档建议不要过度依赖ref。 //父组件 import React, { Component } from "react"; import Child from "./Child"; class Dad extends Componen 阅读全文

posted @ 2021-03-26 15:16 ranyonsue 阅读(4167) 评论(0) 推荐(0) 编辑

导航