// 设置request与response的编码
        response.setContentType("text/html");
        request.setCharacterEncoding("GBK");
        response.setCharacterEncoding("GBK");

posted on 2015-12-11 11:25  宇智波vs漩涡  阅读(312)  评论(0)    收藏  举报