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

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

posted @ 2020-06-17 11:28  小猿笔记  阅读(177)  评论(0编辑  收藏  举报