摘要:
if (window !== top) { top.location.href = "a"; } else { window.location.href = "b"; } 其实就是 top.location.href 和 window.location.href 的区别 阅读全文
摘要:
在跳转iframe的时候 把 iframe 存储下来刷新后判断是否存在保存的iframe如果有 就赋值 sliderClick(i, item) { this.sIndex = item.id; this.toggleSlider = true; this.iframeId = item.id; t 阅读全文