循环Store取值

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


你可能感兴趣的:(循环,store)