摘要: @RequestBody、@RequestParam和@PathVariable的区别 一、注解之间的区别 @RequestParam 和 @PathVariable 一样,都是用于从request请求中绑定参数的,区别在于: 1:@RequestParam是用于接收URL的查询串中的相应的参数以及 阅读全文
posted @ 2022-05-13 19:44 Cloverlove 阅读(1049) 评论(0) 推荐(0) 编辑