单项选择题
在react框架中,在react中属于实例期的生命周期都有哪些()
A.componentWillReceivePropsB.shouldComponentUpdateC.componentWillMountD.componentWillUnmount
单项选择题 在react框架中,下面关于this说法错误得是()
单项选择题 在react框架中,在原生js当中,代表当前对象的关键词是()
判断题 react中组件在卸载的时候会执行卸载的生命周期函数,也会执行ref函数。