在javascript中检测IE6

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在javascript中检测IE6相关的知识,希望对你有一定的参考价值。

  1. // Internet Explorer 6
  2. var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;
  3.  
  4. // exactly Internet Explorer 7
  5. var IE7 = false /*@cc_on || @_jscript_version == 5.7 @*/;
  6.  
  7. // at least Internet Explorer 7
  8. var gteIE7 = false /*@cc_on || @_jscript_version >= 5.7 @*/;
  9.  
  10. // any Internet Explorer (thanks to Dean)
  11. var isMSIE = /*@[email protected]*/false;

以上是关于在javascript中检测IE6的主要内容,如果未能解决你的问题,请参考以下文章

在Javascript中检测浏览器刷新

在 JavaScript 中检测 Apple Silicon mac

在 JavaScript 中检测对象是不是有子对象

检测 HTTP 或 HTTPS,然后在 JavaScript 中强制使用 HTTPS

检测 HTTP 或 HTTPS,然后在 JavaScript 中强制使用 HTTPS

谷歌Chrome 71在Javascript中检测