$.ajax({
url:url,
type:'post',
dataType:'json',
headers: {
"Content-Type": "application/json;charset=utf-8"
},
contentType:'application/json; charset=utf-8',
data:JSON.stringify({parkId:garageid,startTime:starttime,endTime:endtime,lockCode:parkingLotNumber}),
success:function(){}
请问contentType属性和headers中设置的content-type有什么区别?
为何我在headers中设置的content-type不生效?
请求的header变成了text/html了,不知道原因
哆啦的时光机
相关分类