JAVA web 下载文件关于中文问题

找到tomcat里的conf/server.xml,修改如下:

<Connector port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8"/>
//URIEncoding="UTF-8"为添加内容
注:要在服务器里面修改,在本机上修改后,用编译器启动是没有用的(我用的是eclipse)


猜你喜欢

转载自blog.csdn.net/qq_35348457/article/details/79404960