单项选择题
A.数组B.对象C.字符串D.数字
在react的生命周期中,哪一个函数更适合用于数据请求()A.renderB.componentDidMoun...
单项选择题在react的生命周期中,哪一个函数更适合用于数据请求()
A.renderB.componentDidMountC.constructorD.componentDidUpdate
在react中,进行状态的修改,使用的方法是()A.updateB.this,state={}C.this.s...
单项选择题在react中,进行状态的修改,使用的方法是()
A.updateB.this,state={}C.this.setState()D.shift
在react中,在组件传值的过程中,实现父组件向子组件传递数据,使用的方式是()A.propsB.emitC....
单项选择题在react中,在组件传值的过程中,实现父组件向子组件传递数据,使用的方式是()
A.propsB.emitC.triggerD.on