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関数に保存されているキーを見て計算されるlocalStorageサイズに関する情報が必要ですが、jspページ内にその情報が必要です。これを行う方法はありますか?
LocalStorage はクライアント/ブラウザのものです。jspが実行されているときはサーバー上にあるため、Javaでアクセスすることはできません。情報をサーバーに送信する必要があります。他に方法はありません。