标签:
2.store 遍历二种方式
stroe.each(function(rec){
alert(rec.get(‘name‘));//name 为fields 字段
or: alert(rec.data.name)//name 为fields 字段
})
store 加载异常处理与加载信息提示
原文地址:http://www.cnblogs.com/dingjiaoyang/p/5207984.html