JSX中使用JS表達式的規則(React)

規則 在jsx中想使用js的表達式,須要用「{}」把表達式包裹起來web 例子 <div> <input value={this.state.inputValue} onChange={this.handleInputChange.bind(this)} /> <button>提交</button> </div>
相關文章
相關標籤/搜索