摘要: 常见编码方式:ISO-8859-1 西欧码GB2312 简体中文码GBK 大五码UTF-8 全球码(推荐)1.页面(HTML,JSP,Servlet)response.setcontentType("text/html;charset=UTF-8");Prin... 阅读全文
posted @ 2014-08-03 23:27 Lucare 阅读(135) 评论(0) 推荐(0)