摘要: 原型链 function SuperType(){ } SuperType.prototype.name="name"; SuperType.prototype.sayName= function () { return this.n... 阅读全文
posted @ 2015-04-19 17:58 你是me的only 阅读(175) 评论(0) 推荐(0)