• 2022-05-29
    使用@RequestMapping注解限定POST请求方法时,需要指定()。
    A: method=RequestMethod.POST
    B: method=HttpMethod.POST
    C: method=POST
    D: method=Method.POST