首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

img标签不能有汉语言路径

2012-11-22 
img标签不能有中文路径在E:\Soft\apache-tomcat-6.0.26\conf中的server.xml中改为Connector port8080

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"

热点排行