RUNWEBTOOLS
简体中文

MIME 类型参考

MIME 类型(也叫媒体类型或内容类型)告诉软件一个文件包含哪种数据 —— 例如 image/pngapplication/json。它是服务器在 Content-Type 头中发送的 type/subtype 值,也是浏览器比文件扩展名更信任的东西。这里列出常见的。

更新 2026-07-06

扩展名MIME 类型说明
.txttext/plain纯文本
.htmltext/htmlHTML 文档
.csstext/css层叠样式表
.csvtext/csv逗号分隔值
.mdtext/markdownMarkdown 文本
.jstext/javascriptJavaScript(现代注册方式)
.jsonapplication/jsonJSON 数据
.xmlapplication/xmlXML 数据
.pdfapplication/pdfPDF 文档
.zipapplication/zipZIP 压缩包
.gzapplication/gzipGzip 压缩包
.tarapplication/x-tarTar 归档
.rarapplication/vnd.rarRAR 压缩包
.7zapplication/x-7z-compressed7-Zip 压缩包
.binapplication/octet-stream任意二进制数据(默认下载)
.docapplication/mswordMicrosoft Word(旧版)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
.xlsapplication/vnd.ms-excelMicrosoft Excel(旧版)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint(旧版)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
.rtfapplication/rtf富文本格式(RTF)
.wasmapplication/wasmWebAssembly 模块
.pngimage/pngPNG 图像
.jpgimage/jpegJPEG 图像(也是 .jpeg)
.gifimage/gifGIF 图像
.webpimage/webpWebP 图像
.svgimage/svg+xmlSVG 矢量图像
.bmpimage/bmp位图图像
.icoimage/vnd.microsoft.icon图标(favicon)
.tifimage/tiffTIFF 图像(也是 .tiff)
.avifimage/avifAVIF 图像
.heicimage/heicHEIC 图像(Apple)
.mp3audio/mpegMP3 音频
.wavaudio/wavWAV 音频
.oggaudio/oggOgg 音频
.m4aaudio/mp4MPEG-4 音频
.webaaudio/webmWebM 音频
.aacaudio/aacAAC 音频
.mp4video/mp4MP4 视频
.webmvideo/webmWebM 视频
.ogvvideo/oggOgg 视频
.movvideo/quicktimeQuickTime 视频
.avivideo/x-msvideoAVI 视频
.mkvvideo/x-matroskaMatroska 视频
.wofffont/woffWeb Open Font Format
.woff2font/woff2Web Open Font Format 2
.ttffont/ttfTrueType 字体
.otffont/otfOpenType 字体
(form)application/x-www-form-urlencodedURL 编码的表单提交
(upload)multipart/form-data带文件上传的表单

相关工具