相关疑难解决方法(0)

window.location.hash的编码

是否window.location.hash包含url部分的编码或解码表示?

当我打开相同的URL(http://localhost/something/#%C3%BC其中,%C3%BC转化为ü在Firefox 3.5和Internet Explorer 8),我得到不同的值document.location.hash:

  • IE8: #%C3%BC
  • FF3.5:

有没有办法在两个浏览器中获得一个变体?

html javascript url encoding fragment-identifier

41
推荐指数
3
解决办法
2万
查看次数

标签 统计

encoding ×1

fragment-identifier ×1

html ×1

javascript ×1

url ×1