原型繼承

if (typeof Object.create !== "function") { Object.create = function (o) { function F() { } F.prototype = o; return new F(); } } var Model = { inherited:f
相關文章
相關標籤/搜索