iframe中关闭框架返回首页 Posted on 2015-03-14 | In js | 在管理系统中需要退出系统返回登陆页面在login页面加入js代码 if (window != top) top.location.href = location.href;