GetMapping之@PathVariable GetMapping带一个参数 Controller 注意:uri后面加上/{id}用来接收参数 html 注意在uri后面加上(id=${blog.id})用来表示传参 GetMapping带两个或者多个参数 Controller html