如何识别IE浏览器建立和子版本号? [英] How to identify IE browsers Build and Sub Build Numbers?

查看:114
本文介绍了如何识别IE浏览器建立和子版本号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

http://msdn.microsoft.com/en-us/library/ 3yekbd5b.aspx

使用这个环节我们没有在那里能够找到构建和子构建版本!

Using this link we are no where able to find the build and sub build version!

有关构建和子构建和更多信息被产生的版本如何在此以下链接:
http://support.microsoft.com/kb/969393

For more information regarding the build and sub build and how those version being generated are in this following link: http://support.microsoft.com/kb/969393

任何人都可以请帮我这个?

Can anyone please help me with this?

我想知道,浏览器主要version.minor version.build number.subbuild号

I want to know, browsers major version.minor version.build number.subbuild number

即,6.00.2800.1106

i.e., 6.00.2800.1106

上面还可以使用WMI和VBScripting实现!并且还可以通过C#注册表并managementobjects但我称之为这些都不是确定准确的方式!有什么办法来识别这些构建和子内部版本???

The above can also be achieved using WMI and VBScripting! and also through C# registry and managementobjects but i term those are not the exact way to identify! Is there any way to identify these build and sub build versions???

推荐答案

如果JavaScript可用,您可以使用的 JQuery的的浏览器值。如果我没有记错的实施被标记为德precated,但我在过去使用的一个项目,也没有问题的。结果
在demopage是显示包含子内部版本号的值。

If JavaScript is available, you can use the JQuery Browser values. If I recall correctly the implementation is marked as deprecated, but I used in the past for a project and had no problem with it.
On the demopage is shows values that contain sub build numbers.

这是我使用的JavaScript文件的部分:

Part of the javascript file that I used:

    if ($.browser.msie && $.browser.version == '7.0') {
        // do something
    }

这篇关于如何识别IE浏览器建立和子版本号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆