火狐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