React的組件中使用AntD的一些問題我想得到文本框中的value值class Demo extends Component{ //onChange(){//文本框改變內(nèi)容觸發(fā)的事件console.log(this.refs.input1)//出來一串input的詳細(xì)內(nèi)容(Input{props:{…},context:{…}等等)console.log(this.refs.input1.value)//undefined}render(){retrn(<div><Input ref='input1' onChange={this.onChange}/></div>)}
react怎么獲得真實dom
慕勒3428872
2018-07-22 11:08:12