【发布时间】:2012-05-22 03:47:11
【问题描述】:
我正在使用 Last.FM API 开发一个演示应用程序,它将为用户 (http://www.lastfm.ru/api/show/user.getTopArtists) 获取艺术家列表,并为每个艺术家获取事件列表 (http://www.lastfm.ru/api/show/artist.getEvents)。
此列表应连接到数据视图。我想知道如何将来自多个请求的数据加载到一个商店中。每个请求都有自己的 extraParams(艺术家姓名)。
有没有办法通过 store 和 proxy 做到这一点,而无需多次调用 Ext.Ajax.request?
【问题讨论】:
标签: sencha-touch sencha-touch-2