JS写的Cookie类[2]

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

本文简介:选择自 applebbs 的 blog

le="color: #000000">                _name=_sp[0]; 
 12                _tp=_sp[1].split(","); 
 13                _tars=_tp.slice(1,_tp.length); 
 14                this._cookie[_name]=[]; 
 15                this._cookie[_name]=_tars; 
 16                this._cookie[_name]["timeout"]=_tp[0]; 
 17                } 
 18            return true
 19            } 
 20        return false
 21        } 
 22    this.save=function(){ 

本文关键:JS写的Cookie类
 

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

go top