美文网首页
浏览器判断条件

浏览器判断条件

作者: 徐徐xue | 来源:发表于2018-02-02 11:02 被阅读0次
 {
        ie      : !!window.ActiveXObject,
        ie6     : document.all && !window.XMLHttpRequest,
        ie7     : document.all && window.XMLHttpRequest && !document.querySelector,
        ie8     : document.all && document.querySelector && !document.addEventListener,
        ie9     : document.all && document.addEventListener && !window.atob,
        ie10    : document.all && window.atob,
        ie11    : ‘-ms-scroll-limit‘ in document.documentElement.style && ‘-ms-ime-align‘ in document.documentElement.style,
        chrome  : !!window.chrome && window.chrome.webstore,
        firefox : !!window.sidebar,
        safari  : /constructor/i.test(window.HTMLElement),
        opera   : !!window.opera || /opera|opr/i.test(navigator.userAgent)
    } 

相关文章

网友评论

      本文标题:浏览器判断条件

      本文链接:https://www.haomeiwen.com/subject/lnvszxtx.html