摘要: //如果当前页面存在父页面,则当前页面的父页面重新加载(即子页面父页面连带跳转) if(top.location!=self.location){ window.parent.location.reload() } 阅读全文
posted @ 2018-07-26 14:53 戈丫汝 阅读(2987) 评论(0) 推荐(0) 编辑