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.
window.location.hash = mylink每次用户移动地图(添加坐标)时,我都会设置 url。但它总是看起来像页面加载(favicon reloads)。如何在不重新加载的情况下更新该页面的 url?
window.location.hash = mylink
我刚刚检查了 Chrome,虽然它确实看起来像 favicon 刷新,但没有网络流量。