JS写的Cookie类[8]

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

本文简介:选择自 applebbs 的 blog

gif" align="top" alt=""/>    cookieclass.save(); 
 79    } 
 80alert("cookie过期时间:"+cookieclass.gettime("pass").tolocalestring()); 
 81alert(document.cookie); 
 82</script> 
 83    <script> 
 84function eyuncookie() 
 85  {this.key="";//初始化key。 
 86   this.value="";//初始化key's value。 
 87   this.expires=0;//初始化cookie的有效时间,单位毫秒。 
 88     this.init=function()//对象初始化 
 89                 {this.key=""
 90       

本文关键:JS写的Cookie类
 

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

go top