摘要:
var Model = function(opt){ this._config(opt); this.init.apply(this,arguments);}QW.ObjectH.mix(Model.prototype,{ init : function(){}, _config : function(opt){ var opt = opt||{}; QW.ObjectH.mix(this,opt,true); }, attrs : {}, get : function(key){ if (this.attr.... 阅读全文