判断iframe页面是否是顶层页面

if (self!=top) { 
  window.parent.location.reload();
}

posted @ 2018-09-12 15:43  rickon  阅读(802)  评论(0编辑  收藏  举报