get请求的话有两种方法解决(1)在servlet接收到乱码String时,使用iso8859-1将其还原成byte,再用UTF-8将byte编成String(2)在tomcat文件下的server.xml文件里的第65行,加上URIEncoding="UTF-8"