获得" href"时出错来自IE链接的价值

时间:2014-12-10 18:02:21

标签: javascript html internet-explorer

我在IE上遇到错误,并以url为例:http://example.com。br_ç

当我将此url放在href属性中并尝试使用javascript访问它时,IE会抛出“未指定错误”。

var link = document.getElementById('link');
console.log(link.href);
<a href="http://example.com.br_ç" id="link">test</a>

Firefox会写入正确的网址,Chrome会将网址写入。 我搜索了它并且我到达了IDN(国际域名),但没有任何导致错误或者它是IE错误。

有没有人有想法?

0 个答案:

没有答案