醉美猴王的gravatar头像
醉美猴王 2016-06-19 13:51:16
javascript判断IE浏览器

 //不支持ie11
var explorer =navigator.userAgent ;
if (explorer.indexOf("MSIE") >= 0) {
                console.log('ie');
   }

  //ie11
 if (!!window.ActiveXObject || "ActiveXObject" in window){
              console.log('ie');
    }

打赏
最近浏览
醉美猴王  LV16 2017年12月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友