gpt4 book ai didi

json - 在 Ember.js 中使用 RESTAdapter 使用 JSON API 的简单方法是什么?

转载 作者:行者123 更新时间:2023-12-02 06:04:34 25 4
gpt4 key购买 nike

作为学习AngularJS的一种方式,我设计了一个very basic app它使用来自 JSON API 的数据并将其简单地扔到屏幕上(代码在 Github 上。)现在我正在学习 Ember.js,但我根本无法获得相同的结果。使用尽可能少的代码,使用来自公共(public) JSON API(例如 https://graph.facebook.com/?id=http://stackoverflow.com)的数据并将其路由到 View 的简单方法是什么?

最佳答案

您可能应该快速浏览一下指南:http://emberjs.com/guides/

http://emberjs.jsbin.com/ajocUPa/1/edit

App.IndexRoute = Ember.Route.extend({
model: function() {
return $.getJSON('https://graph.facebook.com/?id=http://stackoverflow.com');
}
});

甚至更少的代码

http://emberjs.jsbin.com/ajocUPa/2/edit

关于json - 在 Ember.js 中使用 RESTAdapter 使用 JSON API 的简单方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21074589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com