window.history.go 返回上一页bing'shua'xin
Posted gjths
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了window.history.go 返回上一页bing'shua'xin相关的知识,希望对你有一定的参考价值。
使用window.history.go(-1)返回上页的同时刷新上页
强制载入后刷新一次
加入以下代码:
引用内容:
<script>
if(window.name != "bencalie"){
location.reload();
window.name = "bencalie";
}
else{
window.name = "";
}
</script>
if(window.name != "bencalie"){
location.reload();
window.name = "bencalie";
}
else{
window.name = "";
}
</script>
也可禁止缓存,重新进入页面
引用内容:
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
返回上一页代码:
引用内容:
<a href="javascript:window.history.go(-1)">返回上一页</a>
以上是关于window.history.go 返回上一页bing'shua'xin的主要内容,如果未能解决你的问题,请参考以下文章