function to(href) { if (top.location == self.location) { //window.opener = null; window.opener.location.reload(); window.open('', '_self'); window.close(); } else { window.location.href = href; }}
本文共 286 字,大约阅读时间需要 1 分钟。
function to(href) { if (top.location == self.location) { //window.opener = null; window.opener.location.reload(); window.open('', '_self'); window.close(); } else { window.location.href = href; }}
转载于:https://my.oschina.net/yzhhui/blog/195028