处理客户端缓存问题
发布于 18 分钟前 作者 liangyaosheng 29 次浏览 来自 问答

除了改版本号和这个,还有其他办法处理清楚客户端缓存的问题吗?而且第二个 方法怎么使用我直接放在head那里为什么没作用

<meta http-equiv="expires" content="0"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache">
回到顶部