iframe不是顶级窗口时,退回到顶级窗口
2021-01-21 本文已影响0人
我想专心学习
if (window.top!=null && window.top.document.URL!=document.URL){
window.top.location= document.URL;
}
if (window.top!=null && window.top.document.URL!=document.URL){
window.top.location= document.URL;
}