单项选择题
A.ArrayB.ObjectC.numberD.string
vue使用v-model进行绑定React使用什么方式()A.onchangeB.onChange改变并返回t...
单项选择题vue使用v-model进行绑定React使用什么方式()
A.onchangeB.onChange改变并返回this.stateC.onChangeD.onchange改变并返回this.state
那个生命周期是所有开始的第一步()A.componentWillMountB.constructorC.com...
单项选择题那个生命周期是所有开始的第一步()
A.componentWillMountB.constructorC.componentDidUpdateD.rander
在react框架中,props和state描述正确的是()A.尽可能使用props当做数据源,state用来存...
单项选择题在react框架中,props和state描述正确的是()
A.尽可能使用props当做数据源,state用来存放状态值B.不必区分,都是操作数据C.直接可以使用this.state修改数据D.可以直接使用this.props修改内容