1 <!--在你想控制跳转的页面,比如login.html中的<head>与</head>之间加入以下代码:--> 2 <script> 3 if (window != top) 4 top.location.href = location.href; 5 </script>
时间: 2024-11-10 12:39:49
1 <!--在你想控制跳转的页面,比如login.html中的<head>与</head>之间加入以下代码:--> 2 <script> 3 if (window != top) 4 top.location.href = location.href; 5 </script>