easyui 或extjs 在IE 9不兼容可以用以下代码解决
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>其中
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>
必须放在head第一行
本文介绍了一种解决easyui或extjs在IE9中不兼容的方法,通过设置<meta>标签来让IE9模拟IE8模式,确保前端应用正常运行。
1388

被折叠的 条评论
为什么被折叠?



