试题详情

在Spring MVC中,在设计控制器方法时,注解( )可以获取restful风格请求的路径参数

A@RequestMapping

B@RequestBody

C@PathVariable

D@RequestParam