function SetCookie(sName, sValue){
document.cookie = sName + "= " + escape(sValue) + "; ";
}
我想设置时间分别为为20分钟和14天代码怎么写
------解决方案--------------------------------------------------------
up
------解决方案--------------------------------------------------------
cook.TimeStamp
------解决方案--------------------------------------------------------
js 让我又爱又恨