prader6

2018年9月18日

@RequestParam 和@RequestBody 的区别?

摘要: @RequestParam用来接收: 1 用来处理简单的参数绑定 2 用来接收 Content-Type 是 application/x-www-form-urlencoded (这种格 式的数据例如 user=1234&pwd=1234)编码的内容,这是浏览器默认的 content-Type(请求 阅读全文

posted @ 2018-09-18 16:38 prader6 阅读(1451) 评论(0) 推荐(0)

导航