0

Is there a way to check if your browser has a certain cookie from an external Java (not javascript) program. For instance, have Java search the browsers cookies for a certain one, and if it exists return true. There is a very big chance that this is not possible, however I am wondering if it is.

4

1 に答える 1

0

Chrome (Webkit/Blink の Chromium/Safari/Opera/etc) と Firefox は、ユーザーのホームディレクトリの SQL データベースに Cookie を保存します。プログラムからこのデータベースを開いて、必要なものをすべて確認/取得できます。

于 2013-08-13T12:40:57.113 に答える