text和image开头的媒体格式类型
text/html : HTML格式
text/plain :纯文本格式
text/xml : XML格式
image/gif :gif图片格式
image/jpeg :jpg图片格式
image/png:png图片格式
application开头的媒体格式类型
application/xhtml+xml :XHTML格式
application/xml : XML数据格式
application/atom+xml :Atom XML聚合格式
application/json : JSON数据格式
application/pdf :pdf格式
application/msword : Word文档格式
application/octet-stream : 二进制流数据(如常见的文件下载)
application/x-www-form-urlencoded : <form encType=””>中默认的encType,form表单数据被编码为key/value格式发送到服务器(表单默认的提交数据的格式)
multipart开头的媒体格式类型
multipart/form-data : 需要在表单中进行文件上传时,就需要使用该格式
全面类型记录
文件扩展名 Content-Type(Mime-Type)
.*( 二进制流,不知道下载文件类型) application/octet-stream
.tif image/tiff
.asp text/asp
.asx video/x-ms-asf
.au audio/basic
.avi video/avi
.awf application/vnd.adobe.workflow
.biz text/xml
.bmp application/x-bmp
.bot application/x-bot
.cit application/x-cit
.class java/*
.csi application/x-csi
.css text/css
.dcd text/xml
.dcx application/x-dcx
.dib application/x-dib
.dll application/x-msdownload
.doc application/msword
.dot application/msword
.drw application/x-drw
.dtd text/xml
.dwf Model/vnd.dwf
.dwf application/x-dwf
.etd application/x-ebx
.exe application/x-msdownload
.gif image/gif
.gl2 application/x-gl2
.hrf application/x-hrf
.hta application/hta
.htc text/x-component
.htm text/html
.html text/html
.htt text/webviewhtml
.htx text/html
.icb application/x-icb
.ico image/x-icon

最低0.47元/天 解锁文章
2266

被折叠的 条评论
为什么被折叠?



