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.
でアプリを実行している場合はhttp://example.com、次を使用できます。
http://example.com
window.history.replaceState({}, null, '#5')
でアドレスバーを更新しhttp://example.com/#5ます。
http://example.com/#5
これを元に戻すことは可能ですか? JSでアドレスバーを元に戻せますか?