测试开发进阶——spring boot——MVC——get访问——使用@RequestParam获取参数(参数个数一致)...
控制器:packagecom.awaimai.web;importorg.springframework.web.bind.annotation.RequestMapping;importorg.springframework.web.bind.annotation.RequestParam;importorg.springframework.web.bind.annotation.Respons