Spring MVC获取请求参数的其中两张方式时间:2023-03-08 16:24:501 @RequestParam 从请求地址获取参数 例如 username=xxxx 2 @PathVariable 从请求路径获取参数 例如 /req/{123}