style="color: #000000">+"=")!=-1)
119
{if(!confirm("欲保存的cookie名称已经存在,是否要进行替换?"))
120
{this.init();
121
return false;
122
}
123
}
124
var dt=new date();
125
dt.settime(dt.gettime()+this.expires);
126
document.cookie=this.key+"="+this.value+";expires="+dt.togmtstring();
127
&