首页 > 代码库 > 循环Store取值

循环Store取值

for (var i = 0; i < store.getCount(); i++) {
var record = store.getAt(i);
alert(record.get(‘sblsh‘));
}


循环Store取值