1

私は小さなスクリプトを開発しています。
それを機能させたい場合は、特定の Cookie を取得する必要があります: ' bb_sessionhash'。
これは私のコードです:

<script>
alert("The Cookies: " + document.cookie);
</script>


' 'を使用している場合、' document.cookie' 以外の任意の Cookie を取得できますbb_sessionhash
(vbulletin 4.2.0 およびその他のバージョンを使用しています) ' ' Cookie

を取得するにはどうすればよいですか?bb_sessionhash

4

0 に答える 0