jquery 防止当前页面被Iframe嵌套,防止登录页面Iframe被嵌套

  <script type="text/javascript">
        if (top.location != location) {
            top.location.href = location.href;
        }
   </script>

猜你喜欢

转载自www.cnblogs.com/-hao/p/9908661.html