勤劳星月

文章
5
资源
0
加入时间
3年1月13天

jQuery 如何存储,获取和删除 Cookies

jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { options = options || {}; if (value === null) { value = ''; options = $.extend({}, opt...