单项选择题
在新兴框架react中,在react在组件的哪一个生命周期函数,发起ajax请求比较合适()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.componentWillUnmount
点击查看答案
相关考题
-
单项选择题
在新兴框架react中,react的生命周期中,初始化的时候,不执行下面哪一个周期函数()
A.componentWillMount
B.componentDidMount
C.render
D.componentDidUpdate -
单项选择题
在新兴框架react中,react中进行更改状态的函数——this.setState()的作用是什么()
A.更改数据状态
B.重新渲染界面
C.设置状态
D.更改数据状态并且触发render函数 -
单项选择题
在新兴框架react中,,那我如何访问title属性()
A.this.props.title
B.this.title
C.this.state.title
D.this.prop.title
