有谁可以告诉我为什么以下在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')被忽略,因为文档模式已经完成。