通过本文主要向大家介绍了asp和html的区别,html asp,asp转html,asp生成静态html,html5 asp.net等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
ASP
Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "No-Cache"</div>
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"></div>
Javascript
对于js,可以在引用js的时候 后面随便加一个 随机的参数,随机参数由当前页面的js生成,例如:
<script type="text/javascript" src='jscript.js?rnd=10092'></div>
以上所述就是本文的全部内容了,希望大家能够喜欢。
</div>