js判断IE6的方法

canca14年前 (2012-06-13)566
//方法1:  var isIE6= /msie 6/i.test(navigator.userAgent);  //方法2:  var isIE6= navigator.appVersion.indexOf("MSIE…