//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實現方法
謝謝大家的支持,幫我點下需要的廣告謝謝我會更加努力整理我的百科服務大家