cookie 屬性可設置或查詢與當前文檔相關的所有 cookie。
document.cookie
該屬性是一個可讀可寫的字符串,可使用該屬性對當前文檔的 cookie 進行讀取、創(chuàng)建、修改和刪除操作。
提示:該屬性的行為與普通的讀/寫屬性是不同的。
<html> <body> The cookies associated with this document is: <script type="text/javascript"> document.write(document.cookie) </script> </body> </html>
如對本文有疑問,請?zhí)峤坏浇涣髡搲瑥V大熱心網(wǎng)友會為你解答??! 點擊進入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權所有 鄂ICP備17013400號