1.请求方式post
2.headers设置:X-Requested-With:XMLHttpRequest 后台我就是根据这个来判断的
(Content-Type:application/x-www-form-urlencoded)
3.body中可以写请求参数,不过要设置编码方式(我没有传值)
1.请求方式post
2.headers设置:X-Requested-With:XMLHttpRequest 后台我就是根据这个来判断的
(Content-Type:application/x-www-form-urlencoded)
3.body中可以写请求参数,不过要设置编码方式(我没有传值)