使用postman传递数组调试
使用postman传递数组 以springboot两个接收参数的注解为例:@RequestBody和@RequestParam 一、先简单的写一下springboot的注解@RequestBody和@RequestParam在后台是如何接收数组 直接上图(自行忽略其他注解) @RequestBody接收数组 @RequestParam接收数组 请注意@RequestParam括号里的名称一定得带中括号[ ],后边定义的参数名则不需要 二、进入正题,使用postman来传递@RequestBody和@RequestParam注解的数组参数 用postman传递@RequestBody