首页 > 技术文章 > 如果ie6跳转

jasonzeng 2014-10-26 12:59 原文

try {
(function(e) {
if (/msie 6/i.test(navigator.userAgent)) {
window.location = "jump.html";
return;
}})()}
catch(e)
{
}

 

推荐阅读