相关考题
-
多项选择题
react中获取组件的所有子节点说法错误的是()
A.this.props.children
B.this.props
C.props
D.states -
多项选择题
console.log(NaN==undefined)的结果错误的为()
A.TRUE
B.FALSE
C.undefined
D.NaN -
多项选择题
在vue2.0中,实现子组件往父组件传递数据,使用()触发事件不正确的是
A.$emit(eventName)
B.$on(eventName)
C.v-bind
D.v-for
