微信开发遇到的问题(单页应用静态资源缓存策略设置)

<system.webServer>
<staticContent>
<clientCache cacheControlMode="DisableCache" />
</staticContent>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>

微信开发遇到的问题(单页应用静态资源缓存策略设置)

上一篇:小程序分享链接功能 - onShareAppMessage


下一篇:Python入门 —— 用pycharm写一个简单的小程序3