摘要: 借用原型链 通过prototype属性 function SuperType() { this.superType = 'SuperType'; } SuperType.prototype.getSuper = function() { return this.superType; } functi 阅读全文
posted @ 2021-02-26 16:24 6NULL9 阅读(49) 评论(0) 推荐(0)