单个文件上传的写法:

@RequestParam MultipartFile pictures

多个文件上传的写法:

@RequestParam String token,@RequestPart("img") MultipartFile[] pictures

单个文件上传的写法:

@RequestParam MultipartFile pictures

多个文件上传的写法:

@RequestParam String token,@RequestPart("img") MultipartFile[] pictures

 

 

----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------
----------------------------------------------------------------码无止境----------------------------------------------------------------