小程序内部的网页怎么清除缓存?

发布于 6 年前作者 lei761370 次浏览最后编辑 6 年前来自 ask

小程序内部加载过的h5页面怎么清除缓存,我代码改了之后一只都没有变化

2 回复
kshen
kshen1 楼6 年前

尝试在server端设置一下cache-control

guiyinglai
guiyinglai2 楼4 年前

我的是单页面应用,设置了下面的meta没有效果

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