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.
我在 URL 中有一个主题标签,可以使用主题标签嗅探器触发特定操作。
但是当操作完成并且页面重新加载时,它仍然在加载主题标签。关于如何在页面刷新时删除主题标签的任何想法?
window.location.href.replace(window.location.hash, '');
如果那没有重新加载页面,那么之后只需执行以下操作:
window.location.href = window.location.href