最近在接收一個要離職同事的工作,接手的項(xiàng)目是用SpringBoot搭建的,其中看到了這樣的寫法: 1 2 3 4 5 6 @RequestMapping("doThis") publicString doThis(HttpServletRequest request, @RequestParam("id") Long id,// 用戶ID @RequestParam("back_url") String back_url,// 回調(diào)地址 @RequestBodyTestEntity j...
www.dbjr.com.cn/article/1329...htm 2025-5-29