摘要:
$.cookie('the_cookie'); //读取Cookie值$.cookie(’the_cookie’, ‘the_value’); //设置cookie的值$.cookie(’the_cookie’, ‘the_value’, {expires: 7, path: ‘/’, domain: ‘jquery.com’, secure: true});//新建一个cookie 包括有效期 ... 阅读全文
posted @ 2012-06-14 11:48
Livermore.S
阅读(263)
评论(0)
推荐(0)
浙公网安备 33010602011771号