react组件中的constructor和super知识点整理 2024-03-09 10:26:30 网络 1、react中用class申明的类一些小知识如上图:类Child是通过class关键字申明,并且继承于类React。 A、Child的类型是? typeofC