web之家  

2016年11月30日

摘要: response乱码 一、浏览器乱码 原因是:浏览器显示编码和文件的数据编码不一致 浏览器显示编码 response.setCharacterEncoding("utf-8"); 文件的数据编码 response.setContentType("text/html;charsetSet=UTF-8" 阅读全文
posted @ 2016-11-30 22:21 路修远而求索 阅读(259) 评论(0) 推荐(0)