在html页头设置不缓存【转】

时间:2020-06-17 12:06:47   收藏:0   阅读:70

html页面中的写法:在标签里增加如下meta标签。

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">

原文链接:https://blog.csdn.net/ijingzhan/article/details/17230707

原文:https://www.cnblogs.com/KillBugMe/p/13151467.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!