使用带有angular5的jsonp时出现'Uncaught SyntaxError:Unexpected token%'问题

时间:2018-05-07 13:39:15

标签: angular5

我是angular5的新手,我试图使用'jsonp'属性调用api。

this.http.jsonp('http://localhost/angular5/lesson2.pdf?callback=JSONP_CALLBACK').subscribe(res=>{
     console.log(res);
   })

在上面的代码中我使用'HttpClinetJsonpModule'来调用api.But它返回以下错误。 enter image description here 任何人都可以帮我解决这个问题。我已经花了几个小时。

0 个答案:

没有答案