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
&