摘要:
原型继承: function extend(Child, Parent) { var F = function(){}; F.prototype = Parent.prototype; Child.prototype = new F(); Child.prototype.constructor = Child; Child.uber = Parent.pr... 阅读全文
posted @ 2015-08-25 11:01
韭菜茄子
阅读(195)
评论(0)
推荐(0)

浙公网安备 33010602011771号