javascript - IE9和IE9 Compatibility View浏览器模式的区别

标签 javascript internet-explorer ie8-compatibility-mode x-ua-compatible

IE9和IE9 Compatibility View浏览器模式有什么区别? 另外,如果我在服务器端 (Java) 添加 X-UA-Compatible header ,它会影响浏览器模式吗?

httpRes.addHeader("X-UA-Compatible", "IE=edge");

这会覆盖浏览器模式吗?

我需要一种方法,即使用户使用 Developer 工具栏模式设置,也永远不会显示兼容性 View 。我该怎么做?

最佳答案

不知道你有没有read here ,有明确的解释!

关于javascript - IE9和IE9 Compatibility View浏览器模式的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17675520/

相关文章:

javascript - 使用 id 和 Javascript 从数组中删除项目

javascript - JQuery .on() 和 .off() 与我使用它们的方式不同

javascript - 类型错误 : undefined is not an object when unit testing with jasmine

css - IE9 的 future : Opacity + Performance

仅在 IE8 兼容模式和 IE7 中出现 JavaScript 错误

css - IE8 与 IE8 兼容模式插入边框 CSS 问题

javascript - Google Ads 在 IE8 中不显示

javascript - Angular 2 未在 IE 11 中加载

php - 如何在 IE 中使用 AJAX

ie8-compatibility-mode - 确定为什么以兼容模式呈现页面?