Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢在调用 store 的 load() 方法之前动态设置代理 url,因为它喜欢将动态变量附加到 URL 可以帮助我实现这一点
只需从您的商店获取代理,然后更改该代理的 url。
var yourStore= Ext.getStore('storename'); var proxy = yourStore.getProxy(); proxy.setUrl("new Url");