摘要: if (window !== top) { top.location.href = "a"; } else { window.location.href = "b"; } 其实就是 top.location.href 和 window.location.href 的区别 阅读全文
posted @ 2022-04-19 17:19 abcByme 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 在跳转iframe的时候 把 iframe 存储下来刷新后判断是否存在保存的iframe如果有 就赋值 sliderClick(i, item) { this.sIndex = item.id; this.toggleSlider = true; this.iframeId = item.id; t 阅读全文
posted @ 2022-04-19 16:22 abcByme 阅读(747) 评论(0) 推荐(0) 编辑