MIME
MIME使用一个简单的字符串组成,最初是为了标识邮件Email附件的类型,在html文件中可以使用content-type属性表示,描述了文件类型的互联网标准。MIME类型能包含视频、图像、文本、音频、应用程序等数据
以下为常用MIME类型
id | 后缀名 | MIME |
---|---|---|
0 | gif | image/gif |
1 | jpg | image/jpeg |
2 | png | image/png |
3 | bmp | image/bmp |
4 | psd | application/octet-stream |
5 | ico | image/x-icon |
6 | rar | application/octet-stream |
7 | zip | application/zip |
8 | 7z | application/octet-stream |
9 | exe | application/octet-stream |
10 | avi | video/avi |
11 | rmvb | application/vnd.rn-realmedia-vbr |
12 | 3gp | application/octet-stream |
13 | flv | application/octet-stream |
14 | mp3 | audio/mpeg |
15 | wav | audio/wav |
16 | krc | application/octet-stream |
17 | lrc | application/octet-stream |
18 | txt | text/plain |
19 | doc | application/msword |
20 | xls | application/vnd.ms-excel |
21 | ppt | application/vnd.ms-powerpoint |
22 | application/pdf | |
23 | chm | application/octet-stream |
24 | mdb | application/msaccess |
25 | sql | application/octet-stream |
26 | con | application/octet-stream |
27 | log | text/plain |
28 | dat | application/octet-stream |
29 | ini | application/octet-stream |
30 | php | application/octet-stream |
31 | html | text/html |
32 | ttf | application/octet-stream |
33 | fon | application/octet-stream |
34 | js | application/x-javascript |
35 | xml | text/xml |
36 | dll | application/octet-stream |
37 | dll | application/octet-stream |
1 · 2020-02-06 11:27
emm →_→