摘要:
function clearCookie(){ var keys=document.cookie.match(/[^ =;]+(?=\=)/g); if (keys) { for (var i = keys.length; i--;) document.cookie=keys[i]+'=0;expires=' + new Date( 0).toUTCString() } } 阅读全文
posted @ 2010-11-25 12:57
奋斗中...
阅读(12071)
评论(7)
推荐(2)

浙公网安备 33010602011771号