JS写的Cookie类[17]

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

本文简介:选择自 applebbs 的 blog

nbsp;             } 
168  } 
169var cookietest=new eyuncookie() 
170function settest() 
171{cookietest.key="test" 
172 cookietest.value="ok" 
173 cookietest.expires=31536000000 
174 cookietest.set() 
175
176</script> 
177<input type=button onclick=cookietest.showall() value=read><input type=button onclick="cookietest.set('a','test',31536000000)" value=seta><input type=button onclick="settest();" value=settest><input type=button onclick="cookietest.destroy()" value=clear><input type=button onclick=<

本文关键:JS写的Cookie类
 

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

go top