MIME 类型(MediaType)是互联网上标识文件内容格式的标准字符串,形如 type/subtype(例如 text/html、image/png)。HTTP 响应头中的 Content-Type 就是它,浏览器根据它决定如何处理文件:显示网页、下载、播放视频还是显示图片。
type/subtype