浏览器兼容 : IE10

<script>

        /*@cc_on @*//*@
        
            if (document.documentMode == 10) {
        
                // 只在 IE10 文档模式下运行,例如 IE10 浏览器或 IE11 模拟 IE10 时
                document.write("只在 IE10 文档模式下运行,例如 IE10 浏览器或 IE11 模拟 IE10 时")
            }
        
        @*/
    
    </script>
原文地址:https://www.cnblogs.com/500m/p/13272334.html