相关考题
-
单项选择题
map只有哪个类型可以使用,并循环()
A.Array
B.Object
C.number
D.string -
单项选择题
vue使用v-model进行绑定React使用什么方式()
A.onchange
B.onChange改变并返回this.state
C.onChange
D.onchange改变并返回this.state -
单项选择题
那个生命周期是所有开始的第一步()
A.componentWillMount
B.constructor
C.componentDidUpdate
D.rander
