微信清除缓存的两种方法

第一种方法简单粗暴

微信浏览器打开网址“http://debugx5.qq.com”,勾选如下设置:

微信清除缓存的两种方法_第1张图片

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

 在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" />

转载于:https://www.cnblogs.com/Ares0023/p/8879944.html

你可能感兴趣的:(微信清除缓存的两种方法)