media-type=type "/" subtype *( ";" parameter )
媒体类型(type)与子类型(subtype)组成了MIME,它们之间使用反斜杠/
分割,其中type可取值为:application audio example image message model multipart text video,subtype是某种类型的唯一标识符,比如:css gif xml等。
MIME示例
text/css
标明此文件的type为text(文本),且subtype为css(层叠样式表)
image/gif
标明此文件的type为image(图像),且subtype为gif(Graphics Interchange Format)