javascript 检测IE10和IE11

Posted

tags:

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

    if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent))
        document.write('<script src="somescript.js"><\/script>');

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

使用 CSS Capability/Feature Detection 检测 IE11

javascript 检测Internet Explorer(IE)到版本11和Edge(12+)

如何在 Asp.net 中使用 javascript 检测 IE 11

javascript 检测浏览器IE11

如何使用 JavaScript 检测 Internet Explorer (IE) 和 Microsoft Edge?

检测 <= IE10 的最佳方法