gpt4 book ai didi

json - Node.js JSON.parse 中的curl传输关闭问题

转载 作者:太空宇宙 更新时间:2023-11-04 02:44:33 24 4
gpt4 key购买 nike

我得到curl: (18) 传输已关闭,剩余未完成的读取数据 以下代码出现问题。 console.log 工作正常,但我无法在浏览器和curl 中调用 url。

res.writeHead(200, {'Content-Type': 'text/plain'});
output=JSON.parse(output);
console.log(output);
res.end(output);

最佳答案

因为 JSON.parse 返回对象。 res.end 无法写入对象。

https://github.com/joyent/node/issues/1241

关于json - Node.js JSON.parse 中的curl传输关闭问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6501243/

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