摘要: GET、POST方式提时, 根据request header Content-Type的值来判断: application/x-www-form-urlencoded, 可选(即非必须,因为这种情况的数据@RequestParam, @ModelAttribute也可以处理,当然@RequestBo 阅读全文
posted @ 2018-04-12 18:06 zacky31 阅读(3335) 评论(0) 推荐(0) 编辑
摘要: 1. GET 请求 2.Post 请求 (请求参数为Json,header中带有参数) 问题延伸 GET请求不能够 添加 Body 吗?【答案】 阅读全文
posted @ 2018-04-12 15:36 zacky31 阅读(4353) 评论(0) 推荐(0) 编辑