按文件扩展名或内容类型搜索MIME类型
| 扩展名 | MIME类型 | |
|---|---|---|
.txt | text/plain | |
.html | text/html | |
.htm | text/html | |
.css | text/css | |
.csv | text/csv | |
.xml | text/xml | |
.rtf | text/rtf | |
.md | text/markdown | |
.ics | text/calendar | |
.vcf | text/vcard | |
.js | text/javascript | |
.mjs | text/javascript | |
.ts | text/typescript | |
.json | application/json | |
.jsonld | application/ld+json | |
.map | application/json | |
.png | image/png | |
.jpg | image/jpeg | |
.jpeg | image/jpeg | |
.gif | image/gif | |
.bmp | image/bmp | |
.webp | image/webp | |
.svg | image/svg+xml | |
.ico | image/x-icon | |
.tiff | image/tiff | |
.tif | image/tiff | |
.avif | image/avif | |
.heic | image/heic | |
.heif | image/heif | |
.raw | image/x-raw | |
.psd | image/vnd.adobe.photoshop | |
.mp3 | audio/mpeg | |
.wav | audio/wav | |
.ogg | audio/ogg | |
.flac | audio/flac | |
.aac | audio/aac | |
.m4a | audio/mp4 | |
.wma | audio/x-ms-wma | |
.mid | audio/midi | |
.midi | audio/midi | |
.opus | audio/opus | |
.weba | audio/webm | |
.mp4 | video/mp4 | |
.webm | video/webm | |
.ogv | video/ogg | |
.avi | video/x-msvideo | |
.mov | video/quicktime | |
.wmv | video/x-ms-wmv | |
.flv | video/x-flv | |
.mkv | video/x-matroska | |
.ts | video/mp2t | |
.m3u8 | application/vnd.apple.mpegurl | |
.3gp | video/3gpp | |
.pdf | application/pdf | |
.doc | application/msword | |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
.xls | application/vnd.ms-excel | |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
.ppt | application/vnd.ms-powerpoint | |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | |
.odt | application/vnd.oasis.opendocument.text | |
.ods | application/vnd.oasis.opendocument.spreadsheet | |
.odp | application/vnd.oasis.opendocument.presentation | |
.epub | application/epub+zip | |
.zip | application/zip | |
.rar | application/vnd.rar | |
.7z | application/x-7z-compressed | |
.tar | application/x-tar | |
.gz | application/gzip | |
.bz2 | application/x-bzip2 | |
.xz | application/x-xz | |
.zst | application/zstd | |
.woff | font/woff | |
.woff2 | font/woff2 | |
.ttf | font/ttf | |
.otf | font/otf | |
.eot | application/vnd.ms-fontobject | |
.wasm | application/wasm | |
.exe | application/x-msdownload | |
.dmg | application/x-apple-diskimage | |
.deb | application/x-deb | |
.rpm | application/x-rpm | |
.apk | application/vnd.android.package-archive | |
.iso | application/x-iso9660-image | |
.bin | application/octet-stream | |
.swf | application/x-shockwave-flash | |
.jar | application/java-archive | |
.yaml | application/x-yaml | |
.yml | application/x-yaml | |
.toml | application/toml | |
.graphql | application/graphql | |
.sql | application/sql | |
.wsdl | application/wsdl+xml | |
.rss | application/rss+xml | |
.atom | application/atom+xml | |
.manifest | text/cache-manifest | |
.webmanifest | application/manifest+json | |
.stl | model/stl | |
.obj | model/obj | |
.gltf | model/gltf+json |
MIME类型查找帮助您查找任何文件扩展名的正确MIME类型,或查找使用特定MIME类型的扩展名。通过按类型分类的综合数据库进行搜索。对于Web开发人员配置服务器头、设置API响应的Content-Type至关重要。