前端——解决微信网页清除缓存的方法

<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/fkcqwq/p/9604184.html