TypeScript之super 2019-04-23 typescript | 阅读 前置知识 子类构造器中需要调用super; super实现继承,super.method() 这样就可以达到调用父类同名的方法.