这是一个创建于 2648 天前的主题,其中的信息可能已经有所发展或是发生改变。
我是用这个命令跳转的<meta http-equiv="refresh" content="0.1; url=">,但是跳转后还能点击返回上一个页面,怎么让它跳转后不能返回上一页。
2 条回复 • 2018-07-30 11:08:05 +08:00
 |
|
1
o0 2018-07-30 11:06:55 +08:00
location.replace
|
 |
|
2
a570295535 2018-07-30 11:08:05 +08:00
在 js 里面加上这一句: $(document).ready(function(){window.history.forward(1);});
|