新闻资讯

Response.ContentType 详细列表

发布时间:2011-05-02

点击量:

不同的ContentType 会影响客户端所看到的效果.默认的ContentType text/html 也就是网页格式.

代码如:

 

<% response.ContentType ="text/html" %>

<!--i nclude virtual="/ContentType.html" -->

显示的为网页

 

<% response.ContentType ="text/plain" %>

<!--i nclude virtual="/sscript/ContentType.html" -->

则会显示html原代码.

 

 

 

以下为一些常用的 ContentType

GIF images

<% response.ContentType ="image/gif" %>

<!--i nclude virtual="/myimage.gif" -->

 

 

JPEG images

<% response.ContentType ="image/jpeg" %>

<!--i nclude virtual="/myimage.jpeg" -->

 

 

TIFF images

<% response.ContentType ="image/tiff" %>

<!--i nclude virtual="/myimage.tiff" -->

 

 

MICROSOFT WORD document

<% response.ContentType ="application/msword" %>

<!--i nclude virtual="/myfile.doc" -->

 

 

RTF document

<% response.ContentType ="application/rtf" %>

<!--i nclude virtual="/myfile.rtf" -->

 

MICROSOFT EXCEL document

<% response.ContentType ="application/x-excel" %>

<!--i nclude virtual="/myfile.xls" -->

 

 


服务热线

服务热线

15383239821

微信咨询
微信二维码
返回顶部
×微信二维码

截屏,微信识别二维码

微信号:

(点击微信号复制,添加好友)

打开微信

微信号已复制,请打开微信添加咨询详情!