你用的是什么服务器,如果是tomcat,为了保证get数据采用UTF8编码,在server.xml中进行了如下设置:maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="99" connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8"/>就是添加URIEncoding="UTF-8",建议所有jsp页面的编码也设置成UTF-8,这样兼容性比较好。