//如果当前页面存在父页面,则当前页面的父页面重新加载(即子页面父页面连带跳转)
if(top.location!=self.location){ window.parent.location.reload() }