request.setCharacterEncoding("UTF-8");
response.setCharacterEncoding("UTF-8");
或者:
response.setContentType("text/html; charset=utf-8");