博客迁移:<a href="https://links.jianshu.com/go?to=https%3A%2F%2Fhwilu.github.io%2F" target="_blank">https://hwilu.github.io/</a>
![240](https://cdn2.jianshu.io/assets/default_avatar/12-aeeea4bedf10f2a12c0d50d626951489.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广东
6
Spring注解@RequestBody和@RequestParam背景 今天在写一个controller接口的时候,有个参数是List<Long>型的。然后发请求测试就出现问题了,试了几次发现用@RequestParam可以解决,但是不知道...