相关考题
-
多项选择题
组件的默认props如何设置错误的是()
A.defaultprop
B.initprops
C.initialprops
D.constructor -
多项选择题
在新兴的react框架中,以下不属于实例期的有哪些()
A.componentWillReceiveProps
B.shouldComponentUpdate
C.componentWillMount
D.componentWillUnmount -
单项选择题
在新兴的react框架中,以下哪些生命周期只调用一次()
A.getDefaultProps
B.componentWillReceiveProps
C.render
D.shouldComponentUpdate
