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.
JavaScript を使用してクライアント側からブラウザの履歴を読み取ることはできますか? そうでない場合、それを実行できる他の署名済み/未署名のプラグインはありますか?
ありがとう
Javascript には history と呼ばれる組み込みオブジェクトが用意されており、length、back、forward、go などのプロパティも読み取ることができます。