单项选择题

RESTFul风格参数在url中以“/param”的方式进行传递,接收传递的数值可以使用注解()。

A.@RequestParam
B.@PathVariable
C.@RequestBody
D.@RequestMapping