标签: google-chrome
我刚刚注意到我们在使用时遇到了一个错误:
top.location = top.location.href;
刷新外页。但是,当框架位于其他域时,Chrome似乎没有为您提供具有属性的top.location或parent.location对象。有没有解决方法?这在Firefox中运行良好。
top.location
parent.location
答案 0 :(得分:0)
这样做似乎可以实现我的目标:
top.location.href = ""