public class MultipartFile
extends Object
文件上传
- Since:
- Java 17+
- Author:
- Kimi Liu
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
content
public byte[] content
文件内容
-
-
-
Constructor Details
-
MultipartFile
public MultipartFile()