摘要: 1 Ext.define('Computer',{ 2 statics:{ 3 instanceCount:0, 4 factory:function(brand){ 5 // 'this' in static methods refer to the class itself 6 return new this({brand: brand}); } 7 }, 8 config:{ b... 阅读全文
posted @ 2013-03-22 11:08 欢歌911 阅读(216) 评论(0) 推荐(0) 编辑