A.welcomeB.undefinedC.React.Children.mapD.报错
单项选择题请问console.log(void(null))打印结果是多少?()
A.nullB.ObjectC.0D.undefined
单项选择题map只有哪个类型可以使用,并循环()
A.ArrayB.ObjectC.numberD.string
单项选择题vue使用v-model进行绑定React使用什么方式()
A.onchangeB.onChange改变并返回this.stateC.onChangeD.onchange改变并返回this.state
单项选择题那个生命周期是所有开始的第一步()
A.componentWillMountB.constructorC.componentDidUpdateD.rander
单项选择题在react框架中,props和state描述正确的是()
A.尽可能使用props当做数据源,state用来存放状态值B.不必区分,都是操作数据C.直接可以使用this.state修改数据D.可以直接使用this.props修改内容