单项选择题
A.componentWillReceivePropsB.shouldComponentUpdateC.componentWillMountD.componentWillUnmount
在react中以下描述错误的是()A.componentWillReceiveProps属于存在期B.shou...
单项选择题在react中以下描述错误的是()
A.componentWillReceiveProps属于存在期B.shouldComponentUpdate属于存在期C.componentWillUnmount属于存在期D.componentDidUpdate组件更新结束之后执行,在初始化render时不执行
在form表单提交当中,文本框设置为disabled属性禁用后,此条信息不会随着表单的提交提交到后台去。
判断题在form表单提交当中,文本框设置为disabled属性禁用后,此条信息不会随着表单的提交提交到后台去。
react中的props不是只读的。
判断题react中的props不是只读的。