摘要: response.setCharacterEncoding("UTF-8"); response.setContentType("text/html;charset=UTF-8"); response.setDateHeader("expires", System.currentTimeMillis 阅读全文
posted @ 2017-03-20 18:16 贱贱的小帅哥 阅读(200) 评论(0) 推荐(0)
摘要: private void test1(HttpServletResponse response) throws IOException { response.setCharacterEncoding("UTF-8"); response.setContentType("text/html;chars 阅读全文
posted @ 2017-03-20 17:31 贱贱的小帅哥 阅读(126) 评论(0) 推荐(0)