摘要:
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.... 阅读全文
posted @ 2012-03-20 17:46
greengnn
阅读(461)
评论(0)
推荐(0)