李玉刚是反串吗:AC 里面的图片显示问题ASP

来源:百度文库 编辑:高考问答 时间:2024/07/06 16:38:12
Response.ContentType = "text/html" '显示图片的格式也可以用
'Response.ContentType = "image/gif" 以gif显示
'Response.ContentType = "image/jpg" 以jpg显示
这样有什么不一样,为什么
我只有第一条可以显示图片,其他的都不可以呢/
第一条,里面只可以显示图片,其他的都不显示文件!~为什么

你看到你命令前面有个'吗,注意这 'Response.ContentType = "image/gif" ,去掉就好了呵呵...