上传多个文件上传时,在MultiValueMap对象中的同一个key中添加多个value,传递时会封装成数组
key=[value1, value2, value3]
接收端
@PostMapping(value = "/fi
2023-05-17