多项选择题
以下对proptypes验证描述错误的是()
A.可以检测任意类型
B.如果父组件没有传递props,proptypes检测会发生在defaultprops之后
C.如果父组件没有传递props,proptypes检测会发生在defaultprops之前
D.不可以定义默认值
点击查看答案
相关考题
-
多项选择题
更新期的生命周期函数是()
A.componentWillMount
B.componentDidMount
C.componentWillUpdate
D.componentDidUpdate -
多项选择题
挂载期的生命周期函数是()
A.componentWillMount
B.componentDidMount
C.componentWillUpdate
D.componentDidUpdate -
多项选择题
绑定this的函数有()
A.bind
B.call
C.apply
D.tostring
