多项选择题
react的生命周期函数中,constructor的作用是?()
A.接受props
B.使用super继承Component类
C.定义一个组价中的state
D.进行一些初始化操作
点击查看答案&解析
相关考题
-
多项选择题
下面的周期函数中,不能使用this.setState()的周期函数有()
A.componentWillMount
B.componentDidMount
C.render
D.componentWillUpdate -
多项选择题
以下是js中基本数据类型的是()
A.string
B.Boolean
C.Array
D.number -
多项选择题
在react中如何给组件传递静态的属性值以下哪些属于路由history对象的方法和属性?()
A.location
B.replace
C.push
D.FALSE
