2014年7月23日

PrintWriter返回值乱码问题

摘要: ⑴response.setCharacterEncoding("utf-8");⑵response.setContentType("text/html; charset=utf-8");在PrintWriter out = getResponse().getWriter(); 之前加入上面两行代码实... 阅读全文

posted @ 2014-07-23 23:01 itmyhome 阅读(291) 评论(0) 推荐(0) 编辑

导航