Bootstrap 3 的 IE8 问题并在 IE 仿真模式下进行测试

IE8 issue with Bootstrap 3 and testing in IE emulation modes

我正在使用 Bootstrap 3.3.2 创建一个网站,在 IE8 上我每次刷新或更改页面时都会显示此警报:

WARNING: You appear to be using IE8 in IE7 emulation mode.
IE emulation modes can behave significantly differently from ACTUAL older version of IE.
PLEASE DON'T FILE BOOTSTRAP BUGS based on testing in IE emulation modes !

但是我使用标准的 IE8(版本:8.0.6001.18702CO)。

有解决此问题并删除此警告警报的想法吗?

删除此文件:bootstrap/js/ie-emulation-modes-warning.js

或者只是在您的 HTML 模板中删除这一行:

<script src="bootstrap/js/ie-emulation-modes-warning.js"></script>