1

谁能告诉我为什么以下内容无法在 IE9 中触发 IE8 文档模式?开发人员工具栏显示 IE9。

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title>My Title</title>
</head>
<body>
Nothing to see here.    
</body>
</html>

我收到此错误:

X-UA 兼容 META 标记 ('IE=8') 被忽略,因为文档模式已经完成。

4

0 回答 0