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.history.back();
window.history.back();