面向對象(繼承)--寄生組合式繼承06

還記得組合繼承嗎,回憶一下 function SuperType(name) { this.name = name; this.colors = ["red", "blue", "green"]; } SuperType.prototype.sayName = function () { alert(this.name); }; function SubType(name,
相關文章
相關標籤/搜索