cookie

cookie:1.只能作爲臨時存儲,當瀏覽器關閉,就會丟失 2.作用域爲當前域,有文件夾路徑的區分(下級的可以訪問上級的,但上級的不能訪問下級的) 3.cookie可以設置過期時間 var date=new Date(); date.setMinutes(6);//6分的時候過期 document.cookie=「name=xietian;expires=」+date.toUTCString();
相關文章
相關標籤/搜索