mysql字符集设为utf-8 jsp字符集设为utf-8html字符集设为utf-8jsp传送消息时,使用iso-8859-1传递,在jsp头部加入tomcat server.xml 标签connector中URIEncode="utf-8",使GET方式以UTF-8编码后传送URL默认情况下 GET POST 都是以iso-8859-1传递消息 转载于:https://blog.51cto.com/smilezhuolin/1352337