微信清除缓存的两种方法

第一种方法简单粗暴

微信浏览器打开网址“http://debugx5.qq.com”,勾选如下设置(只支持安卓):

第二种方法可能用户体验不会太好

 在html页面的head中加入如下代码:

<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
posted @ 2018-04-19 09:18  Ares0023  阅读(390)  评论(0编辑  收藏  举报