詳解React生命週期及鉤子函數

父組件 import React , {Component} from 'react' import Son from './Son' class Father extends Component { constructor(props){ // 可以綁定this 設置props 根據屬性設置狀態 給方法綁定this super(props)
相關文章
相關標籤/搜索