React Form詳解

1、不可控組件和可控組件 不可控組件:<input type="text" defaultValue="HelloWorld"/>數據寫死。 可控組件:<input type="text" defaultValue={this.state.value}/> 爲何組件要可控: 符合React的數據流 數據存儲在state中,便於使用 便於對數據進行處理 不可控組件代碼:
相關文章
相關標籤/搜索