if(top.location !== self.location){
top.location.href = self.location.href;
}
js 实现页面跳出iframe页面
最新推荐文章于 2021-06-09 16:44:55 发布
if(top.location !== self.location){
top.location.href = self.location.href;
}