乱码问题:
提交问题: 1. post乱码:过滤器解决;2. get乱码:tomcat配置 URIEncoding="utf-8"
响应乱码: response乱码:获取getWriter之前,response.setCharacterEncoding("utf-8");