<body onload="if(history.length>0){window.opener=null;window.close();window.open(window.location.href,'_blank');}">
禁止页面后退按钮的最简单方法
最新推荐文章于 2024-09-22 14:46:39 发布
<body onload="if(history.length>0){window.opener=null;window.close();window.open(window.location.href,'_blank');}">