摘要: 直入主题。源代码如下: class A{ aName = 'A' constructor(aAge){ this.aAge = aAge } static aStatic = 'aStatic' } class B extends A{ bName = 'b' constructor(bAge){ 阅读全文
posted @ 2022-04-14 16:07 被咯苏州 阅读(100) 评论(0) 推荐(0) 编辑