React State value call

前端 未结 0 2003
情歌与酒
情歌与酒 2020-12-21 13:46

I want to create a form and save some values. I have this constructor code :

  constructor(props) {
super(props);
this.state = {value: \'\'};

this.handleChan         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题