Package | Description |
---|---|
cn.hutool.core.net.multipart |
文件上传封装
|
cn.hutool.http.server |
Http服务器封装
|
Modifier and Type | Method and Description |
---|---|
ListValueMap<String,UploadFile> |
MultipartFormData.getFileListValueMap()
获取文件映射
|
ListValueMap<String,String> |
MultipartFormData.getParamListMap()
获取所有属性的集合
|
Modifier and Type | Method and Description |
---|---|
ListValueMap<String,String> |
HttpServerRequest.getParams()
获取参数Map
|
Copyright © 2024. All rights reserved.