相关考题
-
多项选择题
CSS中,position的属性值,代表的绝对定位说法不正确的是()
A.static
B.absolute
C.fixed
D.relative -
多项选择题
react组件,下面不属于性能优化的周期函数的是()
A.componentWillMount
B.componentDidMount
C.componentWillReciveProps
D.shouldComponentUpdate -
单项选择题
在我们学习的react框架中,组件render属性的作用是什么?()
A.渲染一个优先级比component高的组件
B.渲染一个优先级比component低的组件
C.可以对组件做一些自定义操作
D.组件中可以没有render方法
