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.
在我的应用程序中,我们location.hash用于导航。我们还在页面加载时动态设置文档标题。但是当我们改变位置标题的哈希值时,就会被重置为“#”。
location.hash
注意:一旦我们从哈希中获取信息,我们将从位置中删除哈希字符串,只留下 url + "#"。