gpt4 book ai didi

javascript - 非 json 数据的 Angular 7 http 获取请求问题

转载 作者:行者123 更新时间:2023-11-30 14:11:32 25 4
gpt4 key购买 nike

<分区>

我正在使用这个从 url 获取 json 数据:

this.http.get('http://localhost:3200/mydata').subscribe(data => {
console.log(data);
});

about 是返回 json,所以它工作正常。

但现在我也有一个返回一些 html 的 url

然后我尝试:

this.http.get('http://localhost:3200/nonjson').subscribe(data => {
console.log(data);
});

我收到此错误消息:

Http failure during parsing ... 

我该如何解决这个问题?

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