使用1
store : new Ext.data.JsonStore({
url : ctx + 'mainAction.shtml?method=getTrackItems',
root : 'root',
totalProperty : 'totalProperty',
fields : [{
name : 'dispaction'
}, {
name : 'total'
},{
name : 'ordertype'
},{
name : 'toUrl'
}]
})