实际项目中一般是用utf-8的,而Tomcat的默认编码则是iso-8859-1,

因此我们通常编辑conf/下的server.xml,配置Connector项,加上属性URIEncoding="UTF-8"即可。

05-08 15:23