回退键刷新解决方案

Posted 明天后浪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了回退键刷新解决方案相关的知识,希望对你有一定的参考价值。

<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="每日预测">
<meta name="description" content="亿万大数据的足球精准预测">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" CONTENT="no-cache">
<script src="http://mz.caiqr.cn/libjs/lib/jquery-3.0.0.min.js"></script>
</head>

<body>
this is page A
<p id="atag">go to the page B!</p >
</body>
<script>
window.onload = function(){
alert("this page is be loaded!");
var open = function(){
setInterval(function(){
window.location.href=window.location.href+"?"+Math.random();
},100);
window.location.href = "/b.html";
}
$(‘#atag‘).click(function(e){
open();
})
}
</script>
</html>

以上是关于回退键刷新解决方案的主要内容,如果未能解决你的问题,请参考以下文章

android回退键不触发onkeydown事件

微信页面阻止android回退键退出

Win 10应用开发响应系统回退键的导航事件

Linux终端实现回退键(backspace)删除错误输入的功能

js 在输入框中如何实现回退键功能?

29. Xshell连接Linux下Oracle无法回退的解决办法