猿问

angular提交表单的数据格式

我是这样提交表单的
$http({
headers:{
'Content-Type':'application/x-www-form-urlencoded'
},
method:'POST',
url:url,
data:{
type:1
}
})
为什么我的服务器接到的会是这样的东西?
{'{"type":1}':''}
猛跑小猪
浏览 278回答 2
2回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答