【问题标题】:How to check 32bit or 64bit Internet Explorer 10 and 11?如何检查 32 位或 64 位 Internet Explorer 10 和 11?
【发布时间】:2026-02-03 05:00:02
【问题描述】:

在 IE10(喜欢 IE9)之前,我可以使用window.navigator.platform 来检查 IE 是 32 位还是 64 位。

但对于 IE10 (IE11),window.navigator.platform 总是返回 32 位。
当我从 C:\Program Files (x86)\Internet Explorer 打开 IE11 时,我看到有一个进程 IExplorer 和另一个进程 IExplorer*32

如果再打开一个选项卡,则会创建另一个进程 IExplorer*32
但是当我从 C:\Program Files\Internet Explorer 打开 IE10 (IE11) 时,情况是一样的。

所以,我不知道 IE10 和 IE11 是否同时具有 32 位和 64 位。可能父框架是64bit,每个tab都是32bit。
有人知道吗?

【问题讨论】:

标签: windows process operating-system internet-explorer-11


【解决方案1】:

仅供参考:默认情况下,IE10+ 的 frame/manager 进程以 64 位运行,而 Desktop Tab 进程以 32 位运行。

【讨论】:

最近更新 更多