常用MIME类型
常见的MIME类型
| 文件后缀名 | MIME格式 |
|---|
| .xml | text/xml |
| .h | text/plain |
| .class | application/x-java-applet |
| .java | application/octet-stream |
| .jar | application/java-archive |
| .js | application/x-javascript |
| .spl | application/futuresplash |
| .movie | video/x-sgi-movie |
| .txt | text/plain |
| .jpe | image/jpeg |
| .zip | application/x-zip-compressed |
| .html | text/html |
| .htm | text/html |
| .jpg | image/jpeg |
| .pdf | application/pdf |
| .rar | application/octet-stream |
| .cpp | text/plain |
| .c | text/plain |
| .css | text/css |
| .mp3 | audio/mpeg |
| .ppt | application/vnd.ms-powerpoint |
| .exe | application/octet-stream |
| .gif | image/gif |
| .png | image/png |
| .json | application/json |