IE中使用window.location时会忽略base href值

来源:互联网 发布:淘宝宝贝失效 编辑:程序博客网 时间:2024/05/17 23:44

IE中使用Window.location时会忽略base href值 

这样写可以解决:

window.location = document.getElementsByTagName("base")[0].getAttribute("href")+ "loc";

原创粉丝点击