| 类型 | 描述 |
|---|---|
| application/octet-stream | 应用程序文件 |
| text/plain | 文本文件 |
| text/css | css文件 |
| text/html | html文件 |
| application/javascript | js文件 |
| image/gif | GIF 图片 |
| image/jpeg | JPEG/JPG 图片 |
| image/png | PNG 图片 |
| image/svg+xml | SVG图片 (矢量图) |
| image/x-icon | icon图片 |
| application/json | json文件 |
| multipart/form-data | 上传文件 |
| application/x-www-form-urlencoded | Form表单格式 |
| audio/webm | WebM 音频文件格式 |
| video/webm | WebM视频文件格式的音视频文件 |
原文:https://www.cnblogs.com/Listener-wy/p/14852375.html