单项选择题
在react中以下属于实例期的有哪些()
A.componentWillReceiveProps
B.shouldComponentUpdate
C.componentWillMount
D.componentWillUnmount
点击查看答案
相关考题
-
单项选择题
在react中以下描述错误的是()
A.componentWillReceiveProps属于存在期
B.shouldComponentUpdate属于存在期
C.componentWillUnmount属于存在期
D.componentDidUpdate组件更新结束之后执行,在初始化render时不执行 -
判断题
在form表单提交当中,文本框设置为disabled属性禁用后,此条信息不会随着表单的提交提交到后台去。 -
判断题
react中的props不是只读的。
