相关考题
-
单项选择题
在react框架当中,组件的默认props如何设置 ()
A.defaultprops
B.initprops
C.initialprops
D.constructor -
单项选择题
在react框架当中,以下生命周期描述错误的是()
A.componentWillReceiveProps属于存在期
B.shouldComponentUpdate属于存在期
C.componentWillUnmount属于存在期
D.componentDidUpdate组件更新结束之后执行,在初始化render时不执行 -
单项选择题
如何在react.component中来定义默认的props()
A.默认生成
B.componentName.defaultProps ={}
C.getDefaultProps
D.getdefault
