js 操做 cookies 學習

文章摘自 http://www.quirksmode.org/js/cookies.htmlhtml 1 function createCookie(name, value, days) { 2 if (days) { 3 var date = new Date(); 4 date.se
相關文章
相關標籤/搜索