gpt4 book ai didi

node.js - Node 从 axios post 接收 post json

转载 作者:太空宇宙 更新时间:2023-11-04 01:25:32 25 4
gpt4 key购买 nike

我有 2 个不同的 url,第一个从 html 页面接收带有数据的表单操作,并向第二个 url 发出 post 请求。这会接收 json 并使用 Express 发出此 json 的 get 请求。

如何读取使用 axios 发出的 post 请求从另一个 url 收到的 json?

谢谢

最佳答案

通常,Axios响应返回一个包含数据的对象;

const {data: json} = await axios.post(/*details*/);
console.log(json);

关于node.js - Node 从 axios post 接收 post json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57656728/

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