@RequestParam 与 @RequestBody 以及无注解

entry接收

get

  1. 无注解能够json

post

  1. 无 注解能够post

post(json)

  1. @RequestBody能够spa

 

map接收

get

  1. @ RequestParam能够get

post

  1. @ RequestParam能够map

post(json)

  1. @RequestBody能够注解

相关文章
相关标签/搜索