request.setCharacterEncoding("utf-8");response.setContentType("text/html;charset=UTF-8");当这个设置不生效时。
new String(对象.属性.getBytes("iso-8859-1"), "utf-8");