IE浏览器 location.href 不跳转

var url = "https://www.cnblogs.com/zing";
location.href = url;
window.event.returnValue = false;

可按照上面的方式来写

转载于:https://www.cnblogs.com/Zing/p/11593322.html

你可能感兴趣的:(IE浏览器 location.href 不跳转)