JS写的Cookie类[16]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 applebbs 的 blog

sp;                    this.init(); 
158               return true
159              } 
160   this.destroy=function()//销毁所有cookie 
161                    {var dt=new date(); 
162                   dt.settime(dt.gettime()); 
163                                     while(document.cookie!=""
164                                       document.cookie=document.cookie+";expires="+dt.togmtstring(); 
165                                     this.init(); 
166                                     return true 
167                      &

本文关键:JS写的Cookie类
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top