<input type="text" onChange={(e)=>{ /* 用e.target.value去setState */ }} /> ... 然而在JSX的input中value的定義並不是「初始值」,初始值是用另外一個屬性- ...
確定! 回上一頁