摘要:
继承: 原型链继承 function SuperType() { this.propperty = true; } Supertype.prototype.getSuperValue = function() { return this.propperty; } function SubType() 阅读全文
posted @ 2017-06-10 16:57
雨下听风
阅读(104)
评论(0)
推荐(0)
浙公网安备 33010602011771号