for (var i = 0; i < store.getCount(); i++) {var record = store.getAt(i);alert(record.get('name'));}给分吧O(∩_∩)O~