Servlet处理数据的中文乱码问题
解决Servlet处理中文字符乱码的问题 在Servlet中的doPost()或doGet()方法加入
?
request.setCharacterEncoding("UTF-8");