关闭网页缓存,js缓存

1、关闭网页缓存

   <meta http-equiv="pragram" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache, must-revalidate">
    <meta http-equiv="expires" content="0">

2、关闭ajax缓存

   $.ajaxSetup ({
      cache: false //关闭AJAX相应的缓存
    });

posted @ 2015-10-19 13:18  fangdx  阅读(584)  评论(0编辑  收藏  举报