首页 > 代码库 > 浏览器版本过于IE10低跳转到指定网页
浏览器版本过于IE10低跳转到指定网页
var userAgent = navigator.userAgent; var ie6 = (/msie\s*(\d+)\.\d+/g.exec(userAgent.toLowerCase()) || [0, "0"])[1] == "6", ie7 = userAgent.indexOf(‘MSIE 7.0‘) > -1, ie8 = userAgent.indexOf(‘MSIE 8.0‘) > -1; ie9 = userAgent.indexOf(‘MSIE 9.0‘) > -1; if (ie6 || ie7 || ie8 || ie9){ window.location.href = ‘http://e.jikexueyuan.com/browser.html‘; }
极客学院官网copy下来的
浏览器版本过于IE10低跳转到指定网页
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。