//判断页面是否在iframe中,是的话就跳出iframe框,多用于登录页 ,将此段代码放到要做判断的页面上即可
if (window != top) { top.location.href = location.href; }
原文地址:https://www.cnblogs.com/qqing/p/8143689.html
时间: 2024-10-11 22:13:08
//判断页面是否在iframe中,是的话就跳出iframe框,多用于登录页 ,将此段代码放到要做判断的页面上即可
if (window != top) { top.location.href = location.href; }
原文地址:https://www.cnblogs.com/qqing/p/8143689.html