gpt4 book ai didi

javascript - 在node.js中使用axios通过post获取数据

转载 作者:行者123 更新时间:2023-12-01 02:29:05 24 4
gpt4 key购买 nike

如何从使用 post 获取数据的 api 中获取数据?这是我的代码,但当我记录数据时 api 不会返回任何内容。

最佳答案

我认为您尝试作为请求正文传递的数据应该是 url 编码的表单数据,因此,请尝试这样做

axios.post('https://example.com/api?function=getSomething')
.then(function(response) {
console.log(response.data);
});

关于javascript - 在node.js中使用axios通过post获取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48456717/

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