单项选择题
A.当参数是DOM,返回值就是该DOMB.当参数是Component获取的是该ComponentC.当参数是Component获取的是该父级组件D.null
shouldComponentUpdate返回值不是什么?()A.numberB.布尔值C.stringD.a...
多项选择题shouldComponentUpdate返回值不是什么?()
A.numberB.布尔值C.stringD.array
react中子组件中读取props的值应该使用什么属性()A.this.propsB.this.propC.p...
单项选择题react中子组件中读取props的值应该使用什么属性()
A.this.propsB.this.propC.propsD.prop
Action Creator描述正确的是什么?()A.是一个创建action 的函数B.是一个信息的负载C.a...
多项选择题Action Creator描述正确的是什么?()
A.是一个创建action 的函数B.是一个信息的负载C.action creator 是一个创建action 的工厂D.调用action creator 只会生产action,但不分发