我正在尝试在角度2中执行jsonp请求以获取rss提要。但我收到错误JSONP注入脚本没有调用回调。
我的Json Http请求是:
return this.jsonp.request('https://sfbay.craigslist.org/search/sby/hhh?format=rss?callback=__ng_jsonp__.__req1.finished', { method: 'Get' })
.map((res:Response) => res.text());
这个错误浪费了我几个小时。任何帮助表示赞赏。