摘要: 不同的ContentType 会影响客户端所看到的效果.默认的ContentType为 text/html 也就是网页格式.代码如:% response.ContentType ="text/html" % !--#i nclude virtual="/ContentType.html" --显示的为网页,而% response.ContentType ="text/plain" % !--#i nclude virtual="/sscript/ContentType.html" --则会显示html原代码.以下为一些常用的 ContentTypeGIF images % r 阅读全文
posted @ 2010-12-20 10:19 会飞的剑 阅读(205) 评论(0) 推荐(0)