Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮我解决这个问题我的问题是:我parent.location.reload();在子窗口完成后使用调用父窗口。但是在父窗口中,我想#tab3在父窗口开始时不存在的 url 末尾添加。任何帮助将不胜感激。
parent.location.reload();
#tab3
尝试这个:
parent.location.href+="#tab3";
更改 parent.location.href 会重新加载它。