docx, xlsx, pptx, csv 的MIME 类型是什么
封面图
•
2026-01-17
•
互联网
270
0
0
0
以下是常见文件格式的 MIME 类型: | 文件扩展名 | MIME 类型 | |------------|-----------| | `.docx` | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` | | `.xlsx` | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` | | `.pptx` | `application/vnd.openxmlformats-officedocument.presentationml.presentation` | | `.csv` | `text/csv` 或 `text/plain`(通常使用 `text/csv`) | ### 说明: - **`.docx`, `.xlsx`, `.pptx`** 是 Microsoft Office 2007 及以后版本使用的基于 XML 的格式,它们的 MIME 类型由 Open XML 标准定义。 - **`.csv`** 是逗号分隔值文件,通常用于表格数据,MIME 类型为 `text/csv`,但有时也用 `text/plain`。 如果你是在开发中需要设置 HTTP 响应头或上传文件时指定类型,建议使用上述标准 MIME 类型。
上一篇:
Socket协议
下一篇:
css 设置<img>适应指定宽高,保持原始比例展示
标题录入,一次不能超过6条
留言
评论