//Response.Expires = 0;
//Response.Buffer = true;
//Response.ExpiresAbsolute = DateTime.Now.AddSeconds(-1);
//Response.AddHeader("pragma", "no-cache");
//Response.CacheControl = "no-cache";
c#的实现方法
document.location.replace('default.html');
javascript的实现方法
<META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>
<META HTTP-EQUIV=”Cache-Control” CONTENT=”no-cache”>
<META HTTP-EQUIV=”Expires” CONTENT=”0”>
html实现方法
谢谢大家的支持,帮我点下需要的广告谢谢我会更加努力整理我的百科服务大家
posted on 2009-02-24 14:05
sanmao 阅读(477)
评论(0) 编辑 收藏