若提交数据是在form表单中以post方式提交时出现中文乱码解决方案
/*request.setCharacterEncoding("UTF-8"); //请求页面的编码 response.setCharacterEncoding("UTF-8"); //响应页面的编码 */