高階組件 wrappedComponentRef 獲取組件的引用

高階組件 wrappedComponentRef 獲取組件的引用 class abc extends Component { constructor(props) { super(props); this.state = { // state設置一個id id: '' }; } componentDidMount() { // 父組件獲取子組件的一個方法 th
相關文章
相關標籤/搜索