nbsp; {alert("欲查找的cookie不存在!")
139
return false;
140
}
141
var end=cookie.indexof(";",start);
142
if(end==-1)
143
end=cookie.length;
144
var getcookie=cookie.substring(start+key.length+1,end);
145
alert("cookie:"+key+"的值为"+getcookie);
146
return getcookie;
147
}
148
this.showall=function(){alert("