close

1.中文無法顯示 - 在jsp最前面加上

<%@ page contentType="text/html; charset=utf-8" language="java" %>

 

2.中文檔名文件無法下載 - 改Tomcat裡server.xml

<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>

 

補上 URIEncoding="UTF-8" useBodyEncodingForURI="true"

未命名  

 

 像這樣 :

<Connector URIEncoding="UTF-8" useBodyEncodingForURI="true" connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>

 

若遇到Eclipse下 server.xml會還原的問題,請參考 重啟Tomcat時server.xml自動還原問題

 

arrow
arrow

    luway 發表在 痞客邦 留言(0) 人氣()