火狐firebug中显示
POST http://localhost:8080/U4/crmcustomerAction!findByPage.action?human=**%E8%94%BA%E6%BA%90**
页面
url :"crmcustomerAction!findByPage.action?human=${logUser.name}",
后台代码
session.put("logUser", logUser);
麻烦请问下为什么页面上传的值是乱码呢?英文就没问题
火狐firebug中显示
POST http://localhost:8080/U4/crmcustomerAction!findByPage.action?human=**%E8%94%BA%E6%BA%90**
页面
url :"crmcustomerAction!findByPage.action?human=${logUser.name}",
后台代码
session.put("logUser", logUser);
麻烦请问下为什么页面上传的值是乱码呢?英文就没问题
还有一种,Tomcat服务器没设置编码,Tomcat的server.xml文件中
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8" />
末尾的URIEncoding指定UTF-8