页面中防止缓存的解决方法
网站建设 2021-07-03 09:08www.dzhlxh.cn网站建设
解决方案:
在<head>中加上以下代码,
<base target="_self">
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='Cache-Control' content='no-cache, must-revalidate'>
<meta http-equiv='expires' content='0'>
在<head>中加上以下代码,
复制代码
代码如下:<base target="_self">
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='Cache-Control' content='no-cache, must-revalidate'>
<meta http-equiv='expires' content='0'>
上一篇:你需要知道的18个Web可用性原则
下一篇:网页制作需要掌握的6种能力小结