@RequestBody、@RequestParam 、@PathVariable @RequestPart 傻傻分不清
一、@RequestParam(一个方法中能使用多次)用来处理Content-Type:为application/x-www-form-urlencoded编码的内容。(Http协议中,如果不指定Content-Type,则默认传递的参数就是application/x-www-form-urlencoded类型)RequestParam可以接受简单类型的属性,也可以接受对象类型。实质是将Reque