相关考题
-
多项选择题
在react框架中,refs可以拿子子组件的方法()
A.props方法
B.state方法
C.普通方法
D.静态方法 -
多项选择题
componentWillUnmount()
A.将组件从DOM树移出
B.防止内存溢出
C.开始挂载
D.执行更新父组件传过来的值 -
多项选择题
his.props.children的值可能是()
A.undefined
B.object
C.array
D.null
