在标头HTML中插入meta标签:
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
IE中的“ edge”强制使用标准模式(或最新的渲染引擎)。
强制IE8进入标准模式。
<meta http-equiv="x-ua-compatible" content="IE=8">

在标头HTML中插入meta标签:
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
IE中的“ edge”强制使用标准模式(或最新的渲染引擎)。
强制IE8进入标准模式。
<meta http-equiv="x-ua-compatible" content="IE=8">