Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过代码在兼容模式下设置了 IE11 浏览器。它工作正常,但是当页面具有 iframe 时,iframe 内的内容仅以标准模式出现。当主页打开时,是否有任何方法可以在兼容模式下强制执行 iframe?
尝试将此添加为元头部部分的第一行..
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
或者
<meta http-equiv="X-UA-Compatibility" content="IE=5" />;