2015年4月10日

摘要: 1.原型链function SuperType(){this.property = true;}SuperType.prototype.getSuperValue = function(){return this.property;};function SubType(){this.subprope... 阅读全文
posted @ 2015-04-10 11:51 codecraft 阅读(388) 评论(1) 推荐(0)

导航