码迷,mamicode.com
首页 > 其他好文 > 详细

ContentType 属性 MIME

时间:2014-10-28 11:44:47      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:io   sp   on   html   as   htm   tt   type   app   

".asf" = "video/x-ms-asf"
".avi" = "video/avi"
".doc" = "application/msword"
".zip" = "application/zip"
".xls" = "application/vnd.ms-excel"
".gif" = "image/gif"
".jpg"= "image/jpeg"
".wav" = "audio/wav"
".mp3" = "audio/mpeg3"
".mpg" "mpeg" = "video/mpeg"
".rtf" = "application/rtf"
".htm", "html" = "text/html"
".asp" = "text/asp"
 
‘Handle All Other Files
= "application/octet-stream"

ContentType 属性 MIME

标签:io   sp   on   html   as   htm   tt   type   app   

原文地址:http://www.cnblogs.com/xiaoyintao/p/4056332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!