单项选择题
在react中以下属于实例期的有哪些()
A.componentWillReceivePropsB.shouldComponentUpdateC.componentWillMountD.componentWillUnmount
单项选择题 在react中以下描述错误的是()
判断题 在form表单提交当中,文本框设置为disabled属性禁用后,此条信息不会随着表单的提交提交到后台去。
判断题 react中的props不是只读的。