服务器响应HTTP的类型ContentType大全_JavaScript技术_编程技术-你的首页-uuhomepage.com                
ContentType 属性指定服务器响应的 HTTP 内容类型。如果未指定 ContentType,默认为 text/html。
在ASP中使用它: 
<% Response.ContentType = "text/HTML" %> 
<% Response.ContentType = "image/GIF" %> 
<% Response.ContentType = "image/JPEG" %> 
<% Response.ContentType = "text/plain" %> 
<% Response.ContentType = "image/JPEG" %>