每当我打开一个包含<meta http-equiv="X-UA-Compatible" content="IE=edge">
的页面时,页面突然停止并且它表示该页面没有响应,您是否知道在我的页面中关闭兼容性模式的另一种方法可以使用IE6到IE10吗?
答案 0 :(得分:0)
根据我的经验,IE9很棘手 - 它可以处理7/8,你可以处理的IE10和更好的IE10。
这对IE 7-11来说一直很有用:
Season
希望这会有所帮助......
答案 1 :(得分:0)
我希望它可以帮到你
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>