我是用这个命令跳转的<meta http-equiv="refresh" content="0.1; url=">,但是跳转后还能点击返回上一个页面,怎么让它跳转后不能返回上一页。
1
o0 Jul 30, 2018
location.replace
|
2
a570295535 Jul 30, 2018
在 js 里面加上这一句:
$(document).ready(function(){window.history.forward(1);}); |