asp、html、js 禁止缓存的代码
程序员文章站
2022-04-15 10:14:37
asp
response.buffer = true
response.expiresabsolute = now() - 1
response.expi...
asp
response.buffer = true response.expiresabsolute = now() - 1 response.expires = 0 response.cachecontrol = "no-cache" response.addheader "pragma", "no-cache"
html
<meta http-equiv="content-type" content="text/html; charset=gb2312" /> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0">
javascript
对于js,可以在引用js的时候 后面随便加一个 随机的参数,随机参数由当前页面的js生成,例如:
<script type="text/javascript" src='jscript.js?rnd=10092'>
以上所述就是本文的全部内容了,希望大家能够喜欢。
上一篇: 我在蹲坑玩手机
下一篇: 有次看看妈妈在训练我家的小金毛拉粑粑
推荐阅读
-
asp.net下利用JS实现对后台CS代码的调用方法
-
Asp.Net 将HTML中通过dom-to-image.js标签div内的内容转化为图片保存到本地
-
asp 去掉html中的table正则代码函数
-
使用html2canvas.js实现页面截图并显示或上传的示例代码
-
ASP.NET MVC 在控制器中获取某个视图动态的HTML代码
-
asp下实现对HTML代码进行转换的函数
-
asp定时生成静态HTML的代码
-
PHP禁止页面缓存的代码
-
js使用html2canvas实现屏幕截取的示例代码
-
JS失效 提示HTML1114: (UNICODE 字节顺序标记)的代码页 utf-8 覆盖(META 标记)的冲突的代码页 utf-8