JS写的Cookie类[11]

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

本文简介:选择自 applebbs 的 blog

outliningindicators/none.gif" align="top" alt=""/>                 {alert("cookie值中不能包含“,”、“;”或空格!"); 
109                                  this.init(); 
110                  return false
111                 } 
112               if(this.expires<=0||typeof(this.expires)!="number"
113                 {alert("请先正确设置cookie的有效时间!"); 
114                                  this.init(); 
115                  return false
116                 } 
117               var cookie=document.cookie; 
118               if(cookie.indexof(this.key

本文关键:JS写的Cookie类
 

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

go top