MIME 类型查询
搜索和浏览常见文件扩展名的 MIME 类型(Content-Type 值)。涵盖文本、图片、音频、视频、应用和字体类别。设置正确 HTTP Content-Type 头、配置 Web 服务器和处理文件上传的必备参考。
| 扩展名 | MIME Type | 类别 |
|---|---|---|
| .html | text/html | Text |
| .css | text/css | Text |
| .js | application/javascript | Application |
| .json | application/json | Application |
| .xml | application/xml | Application |
| application/pdf | Application | |
| .zip | application/zip | Application |
| .gzip | application/gzip | Application |
| .tar | application/x-tar | Application |
| .7z | application/x-7z-compressed | Application |
| .png | image/png | Image |
| .jpg | image/jpeg | Image |
| .gif | image/gif | Image |
| .svg | image/svg+xml | Image |
| .webp | image/webp | Image |
| .ico | image/x-icon | Image |
| .avif | image/avif | Image |
| .mp3 | audio/mpeg | Audio |
| .wav | audio/wav | Audio |
| .ogg | audio/ogg | Audio |
| .mp4 | video/mp4 | Video |
| .webm | video/webm | Video |
| .avi | video/x-msvideo | Video |
| .mov | video/quicktime | Video |
| .woff | font/woff | Font |
| .woff2 | font/woff2 | Font |
| .ttf | font/ttf | Font |
| .otf | font/otf | Font |
| .txt | text/plain | Text |
| .csv | text/csv | Text |
| .md | text/markdown | Text |
| .yaml | application/yaml | Application |
| .wasm | application/wasm | Application |
| .ts | video/mp2t | Video |
| .tsx | text/tsx | Text |
| .rar | application/vnd.rar | Application |
| .doc | application/msword | Application |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Application |
| .xls | application/vnd.ms-excel | Application |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Application |
| .ppt | application/vnd.ms-powerpoint | Application |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Application |
42 of 42 types shown