| 程序包 | 说明 |
|---|---|
| cn.hutool.core.net.multipart |
文件上传封装
|
| 限定符和类型 | 方法和说明 |
|---|---|
ListValueMap<String,UploadFile> |
MultipartFormData.getFileListValueMap()
获取文件映射
|
ListValueMap<String,UploadFile> |
MultipartFormData.getFileListValueMap()
获取文件映射
|
ListValueMap<String,String> |
MultipartFormData.getParamListMap()
获取所有属性的集合
|
ListValueMap<String,String> |
MultipartFormData.getParamListMap()
获取所有属性的集合
|
Copyright © 2022. All rights reserved.