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.
我想在 Ember JS 中使用自定义 url 休息。我想使用像http://itunes.apple.com/search?term=Limpbizkit这样的 url 有可能吗?
对的,这是可能的。由于您没有使用 ember-data,因此只需使用 jQuery ajax 获取数据。EvilTrout 有一篇很棒的博客文章解释了如何做到这一点,在这里查看:
http://eviltrout.com/2013/03/23/ember-without-data.html
只需使用 Ember.$.ajax,您就可以向您的休息端点发出 ajax 调用。