@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能夠註解

相關文章
相關標籤/搜索