JS Cookies
摘要:
function SetCookie(name, value) { document.cookie = name + "=" + escape(value); } function getCookie(... 阅读全文
posted @ 2014-09-10 16:51 Static丶 阅读(123) 评论(0) 推荐(0)
posted @ 2014-09-10 16:51 Static丶 阅读(123) 评论(0) 推荐(0)