setCharacterEncoding 和 setContentType
Posted 心想事成
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了setCharacterEncoding 和 setContentType相关的知识,希望对你有一定的参考价值。
request.setCharacterEncoding("gbk");
response.setContentType("text/html;charset=gbk");
http://blog.csdn.net/lutinghuan/article/details/8275958
以上是关于setCharacterEncoding 和 setContentType的主要内容,如果未能解决你的问题,请参考以下文章
request 和response 中的setCharacterEncoding区别
setCharacterEncoding 和 setContentType
response和request的setCharacterEncoding区别
request和response的setCharacterEncoding()方法