浏览器设置兼容性和禁止缓存
<!-- 以IE9渲染 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
<!-- 禁止缓存 -->
<meta http-equiv="Expires" content="0"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-control" content="no-cache"/>
<meta http-equiv="Cache" content="no-cache"/>
具体兼容:可以以此类推
更多内容请看:http://www.byywee.com/page/M0/S963/963631.html