react组件中的constructor和super知识点整理

1、react中用class申明的类一些小知识如上图:类Child是通过class关键字申明,并且继承于类React。 A、Child的类型是? typeofC