🖼️ 图片
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .jpg/.jpeg | image/jpeg | JPEG图片 |
| .png | image/png | PNG图片(支持透明) |
| .gif | image/gif | GIF动图 |
| .webp | image/webp | WebP图片(Google) |
| .svg | image/svg+xml | SVG矢量图 |
| .ico | image/x-icon | 网站图标 |
| .bmp | image/bmp | 位图 |
🎬 视频和音频
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .mp4 | video/mp4 | MP4视频 |
| .webm | video/webm | WebM视频 |
| .mp3 | audio/mpeg | MP3音频 |
| .wav | audio/wav | WAV音频 |
| .ogg | audio/ogg | OGG音频 |
| .m4a | audio/mp4 | M4A音频 |
📄 文档
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .html | text/html | HTML网页 |
| .css | text/css | CSS样式表 |
| .js | application/javascript | JavaScript |
| .json | application/json | JSON数据 |
| .xml | application/xml | XML数据 |
| application/pdf | PDF文档 | |
| .txt | text/plain | 纯文本 |
| .csv | text/csv | CSV文件 |
| .doc | application/msword | Word文档 |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Word 2007+ |
| .xls | application/vnd.ms-excel | Excel表格 |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Excel 2007+ |
| .ppt | application/vnd.ms-powerpoint | PPT演示 |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | PPT 2007+ |
📦 压缩包
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .zip | application/zip | ZIP压缩包 |
| .gz | application/gzip | Gzip压缩 |
| .tar | application/x-tar | TAR归档 |
| .rar | application/vnd.rar | RAR压缩包 |
| .7z | application/x-7z-compressed | 7Z压缩包 |
💻 编程语言
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .java | text/x-java-source | Java源码 |
| .py | text/x-python | Python源码 |
| .c | text/x-c | C源码 |
| .cpp | text/x-c++ | C++源码 |
| .php | application/x-httpd-php | PHP源码 |
| .sh | application/x-sh | Shell脚本 |
| .sql | application/sql | SQL文件 |
🔧 其他常见类型
| 扩展名 | Content-Type | 说明 |
|---|---|---|
| .woff | font/woff | Web字体 |
| .woff2 | font/woff2 | Web字体2 |
| .ttf | font/ttf | TrueType字体 |
| .otf | font/otf | OpenType字体 |
| .wasm | application/wasm | WebAssembly |
| .jar | application/java-archive | Java归档 |
| .apk | application/vnd.android.package-archive | Android安装包 |