多项选择题
A.添加到Compoennt实例上获取到的是domB.添加到dom上获取到的是domC.添加到dom上获取到的是component实例D.替换值
react的生命周期函数中,constructor的作用是?()A.接受propsB.使用super继承Com...
多项选择题react的生命周期函数中,constructor的作用是?()
A.接受propsB.使用super继承Component类C.定义一个组价中的stateD.进行一些初始化操作
下面的周期函数中,不能使用this.setState()的周期函数有()A.componentWillMoun...
多项选择题下面的周期函数中,不能使用this.setState()的周期函数有()
A.componentWillMountB.componentDidMountC.renderD.componentWillUpdate
以下是js中基本数据类型的是()A.stringB.BooleanC.ArrayD.number
多项选择题以下是js中基本数据类型的是()
A.stringB.BooleanC.ArrayD.number