@RequestMapping的method属性必须使用
举一反三
- @RequestMapping的method属性必须使用。() A: 正确 B: 错误
- 使用@RequestMapping注解限定POST请求方法时,需要指定() A: method=RequestMethod.POST B: method=HttpMethod.POST C: method=POST
- 使用@RequestMapping注解限定POST请求方法时,需要指定()。 A: method=RequestMethod.POST B: method=HttpMethod.POST C: method=POST D: method=Method.POST
- 使用@RequestMapping注解限定GET请求方法时,需要指定method=____。
- 【单选题】下面关于 @RequestMapping 注解说法错误的是。 A. @RequestMapping 注解的默认属性是 value B. @RequestMapping 注解的 value 属性值可以省略 C. @RequestMapping 注解的 value 属性名可以省略 D. @RequestMapping 注解的 value 属性必须标注