React學習筆記(5)--事件

1.事件處理函數的使用html 組件:react React 自有方法 用戶定義方法 事件處理函數能夠接受event參數; 如以前用過的: //監聽內容的變化而且記錄在狀態中 handleChange: function(event){ this.setState({inputText: event.target.value}); },
相關文章
相關標籤/搜索