单项选择题
A.mapB.filterC.someD.every
在jsx语法中,不能渲染的数据是()A.数组B.对象C.字符串D.数字
单项选择题在jsx语法中,不能渲染的数据是()
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