"注入JSONP的脚本没有调用回调。"在Angular 2中调用JSONP时

时间:2016-12-08 20:25:40

标签: angularjs json

尝试在Angular 2中执行简单的JSONP请求:

this.jsonp.request("https://public-api.wordpress.com/rest/v1/sites/wtmpeachtest.wordpress.com/posts?callback=jsonp_callback", { method: 'Get' })
        .subscribe((res) => {
          console.log(res.json());
        });

返回

enter image description here

我认为这可能是Feed的问题?也许以" / ** /"?

开头

因为两者

http://chartapi.finance.yahoo.com/instrument/1.0/NFLX/chartdata;type=quote;range=1d/json?callback=JSONP_CALLBACK

http://google-code-updates.blogspot.com/feeds/posts/default?alt=json-in-script&callback=myFunc

工作得很好

0 个答案:

没有答案