【发布时间】:2011-05-25 07:03:22
【问题描述】:
在煎茶上,这是我的商店声明
Ext.regStore('newsStore', {
model: 'News',
autoLoad: true,
proxy: {
type: 'ajax',
url: '../news/list.form?format=json',
reader: {
type: 'json',
root: ''
}
},
});
如何修改参数?我试过了
params:{ format: 'json'}
但它不起作用!
【问题讨论】:
标签: sencha-touch extjs