response.setcontenttype的參数

Posted mqxnongmin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了response.setcontenttype的參数相关的知识,希望对你有一定的参考价值。

码农写了这么长时间的web程序,都没搞清楚response的setContentType有那些參数,差了下,竟然有这么多參数。好吧,无知了。


image/bmp BMP

?image/gifGIF
image/jpegJPEG
image/tiffTIFF
image/x-dcxDCX
image/x-pcxPCX
text/htmlHTML
text/plainTXT
text/xmlXML
application/afpAFP
application/pdf

以上是关于response.setcontenttype的參数的主要内容,如果未能解决你的问题,请参考以下文章

Response.setContentType()参数说明

response.setContentType()的String参数及对应类型

response.setContentType()的作用及参数

response.setContentType与 request.setCharacterEncoding 区别

response.setContentType与 request.setCharacterEncoding 区别

servlet 中“response.setContentType("text/html")”的用途是啥