摘要:
服务器送给客户端的数据包类型可以是text/html文本,也可以是gif/jpeg图形文件,所以每次传输前,我们都必须告知客户端将要传输的文件类型,一般默认情况下为;Text/Html”类型。 〈% Response.ContentType = "text/HTML" %〉 〈% Response.ContentType = "image/GIF" %〉 〈% Response.ContentTy... 阅读全文
posted @ 2005-11-13 14:39
看风者
阅读(997)
评论(0)
推荐(0)