摘要: var cookieMethod = { // 添加新cookie setCookie: function(cookieName, cookieValue, options) { if(typeof options.expires 'number') { var days = options.exp 阅读全文
posted @ 2016-07-14 13:48 Phoenix.C 阅读(241) 评论(0) 推荐(0)