当前位置: 代码迷 >> Web前端 >> img标签不能有汉语言路径
  详细解决方案

img标签不能有汉语言路径

热度:137   发布时间:2012-11-22 00:16:41.0
img标签不能有中文路径
在E:\Soft\apache-tomcat-6.0.26\conf中的server.xml中改为
<Connector port="8080" protocol="HTTP/1.1"
  connectionTimeout="20000"
  redirectPort="8443" URIEncoding="UTF-8"/>

主要加上URIEncoding="UTF-8"
  相关解决方案