多项选择题
A.字符串B.对象C.数值D.函数
A.箭头函数B.PromiseC.letD.public
A.根据nextProps,nextState组件的应用场景设置函数的合理返回值能够帮我们避免不必要的更新B.可以用nextprops修改propsC.可以用nextprops修改stateD.shouldComponentUpdate 允许我们手动地判断是否要进行组件更新