摘要: 继承:圣杯模式 function inherit(Target,Origin){ function F(){} F.prototype = Origin.prototype; Target.prototype = new F() Target.prototype.constructor = Targ 阅读全文
posted @ 2017-12-10 16:50 追丨追 阅读(534) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示