浏览器设置兼容性和禁止缓存

     <!-- 以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

posted @ 2014-11-13 16:02  Wangyk  阅读(392)  评论(0编辑  收藏  举报