<script src=
"jQuery.1.8.3.js"
type=
"text/javascript"
></script>
"jquery.cookie.js"
设置
$.cookie(
'the_cookie'
,
'the_value'
, { expires: 7 });
读取
); 没有的话,返回NULL