多项选择题
挂载期的生命周期函数是()
A.componentWillMount
B.componentDidMount
C.componentWillUpdate
D.componentDidUpdate
点击查看答案
相关考题
-
多项选择题
绑定this的函数有()
A.bind
B.call
C.apply
D.tostring -
多项选择题
组件的默认props如何设置错误的是()
A.defaultprop
B.initprops
C.initialprops
D.constructor -
多项选择题
在新兴的react框架中,以下不属于实例期的有哪些()
A.componentWillReceiveProps
B.shouldComponentUpdate
C.componentWillMount
D.componentWillUnmount
