for (var i = 0; i < storeEditFee.getCount(); i++) { json.push(storeEditFee.getAt(i).data);} json = Ext.util.JSON.encode(json);
extjs获得store数据
原文:http://www.cnblogs.com/siyunianhua/p/4014107.html