相关考题
-
多项选择题
react合成事件中不能使用下面哪些方法绑定this()
A.bind方法
B.箭头函数
C.call方法
D.继承 -
单项选择题
可以引用组件真正实例的属性是()
A.ref
B.class
C.id
D.value -
单项选择题
以下选项中哪个生命周期只调用一次?()
A.componentWillReceiveProps
B.getDefaultProps
C.render
D.shouldComponentUpdate
