简体   繁体   English

是否可以使用脚本检测完整的Internet Explorer 11构建版本?

[英]Is it possible to detect full Internet Explorer 11 build version using a script?

I need to distinguish between Internet Explorer's builds 11.0.9600.XXXX and 11.0.10240.XXXX in my website. 我需要在我的网站中区分Internet Explorer的版本11.0.9600.XXXX和11.0.10240.XXXX。 I tried simple JavaScript/Angular/JQuery plugins but they only give the major (11) and minor version (0). 我尝试了简单的JavaScript / Angular / JQuery插件,但它们只提供了主要版本(11)和次要版本(0)。

The ActiveX solution provided here is not working for me. 此处提供的ActiveX解决方案不适用于我。 Moreover, it is specific to 32 bit versions of Windows. 此外,它特定于Windows的32位版本。

So far I haven't found a solution to this. 到目前为止,我还没有找到解决方案。 Is it possible to do? 有可能吗?

If not, is there a reliable link from Microsoft confirming that this is not possible? 如果没有,Microsoft是否有可靠的链接确认这是不可能的?

If it's those two particular builds you're looking for, detecting the OS might be enough (Windows NT 6.3 vs Windows NT 10.0). 如果您要查找的是这两个特定的内部版本,则检测操作系统可能就足够了(Windows NT 6.3与Windows NT 10.0)。

For anyone wondering why this would be necesary: I did notice a difference in how cookies in iframes are handled, so I made a demo page to demonstrate it: http://lakora.us/cookietest 对于任何想知道为什么这样做是必要的人:我确实注意到iframe中cookie的处理方式有所不同,所以我制作了一个演示页来演示它: http : //lakora.us/cookietest

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM