标签: html internet-explorer-11 meta compatibility-mode
我从互联网上读到,禁用IE 11兼容模式只是放了一段代码:
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
直接位于<head>标记下方。但是当我在IE 11中测试它并将兼容模式(文档模式)设置为IE 7时,页面仍然会中断。这里有什么我想念的吗?
<head>