相关考题
-
单项选择题
在react的生命周期中,哪一个方法实现的是页面的渲染()
A.render
B.componentDidMount
C.constructor
D.componentDidUpdate -
单项选择题
在react的生命周期中,初始化状态,使用的方法是()
A.render
B.componentDidMount
C.constructor
D.componentDidUpdate -
单项选择题
在react中,进行属性的绑定使用的方式是()
A.v-bind
B.{}
C.()
D.[]
