jsp之間傳參數(shù)接受中文有亂碼問題解決方法

字號(hào):


    tomcat 的配置文件 server.xml里面找到:
    代碼如下:
    <connector port=8080 protocol=http/1.1
    maxthreads=150 connectiontimeout=20000
    redirectport=8443 uriencoding=utf-8/>
    看看有沒有 uriencoding=utf-8,沒有的話加上試試