gpt4 book ai didi

ajax - 如何指定 dataType : 'json' in Angular. js $http.post?

转载 作者:行者123 更新时间:2023-12-03 23:17:35 25 4
gpt4 key购买 nike

我想指定 dataType: 'json'和传统的 jQuery 一样 $.ajax .
这可能与 Angular.js $http.post 一起使用吗? ?

最佳答案

您可以使用 HTTP Config 对象来设置 header :

$http({
method: 'POST',
url: 'somewhere.xyz',
headers: {
'Content-type': 'application/json'
}
})

关于ajax - 如何指定 dataType : 'json' in Angular. js $http.post?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15205037/

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