当前位置:
代码迷
>>
Web前端
>> ie url中有汉语需要encodeURIComponent编码
详细解决方案
ie url中有汉语需要encodeURIComponent编码
热度:
79
发布时间:
2012-11-25 11:44:31.0
ie url中有中文需要encodeURIComponent编码
在其他所有浏览器下正常。只有ie6不正常。
1 楼 sw1982 2010-04-16
什么情况?具体描述一下咯。
相关解决方案
img.src = "SChart.aspx?now="+ now +"sqlWhere ="+encodeURIComponent(_sqlWhere);该怎么处理
转:javascript 惯用的编码escape(), encodeURL(), encodeURIComponent() 区别
js的escape()、encodeURI()、encodeURIComponent()差异详解
js 中escape encodeURI encodeURIComponent