JavaScript中继承的主要方法
摘要:
1. 原型链继承子类使用基类对象重写prototype function SuperType(){ this.property = true; } SuperType.prototype.getSuperValue = ... 阅读全文
posted @ 2015-05-16 01:17 老佐 阅读(181) 评论(0) 推荐(0)
posted @ 2015-05-16 01:17 老佐 阅读(181) 评论(0) 推荐(0)