jquery发送ajax请求,参数怎么放到http请求的body里面
jquery发送ajax请求,参数怎么放到http请求的body里面
日期:2017-08-08 08:40:27 人气:1
$.ajax({ url:"xxxxxx", type:"post", dataType:"json", data:"hello world", headers: {'Content-Type': 'application/json'}, success: function (ret) { if (ret.st