发布网友 发布时间:2023-03-05 15:36
共1个回答
热心网友 时间:2024-12-05 06:53
使用前要引用jquery.js和jquery.cookie.js这两个文件(版本按照自己使用的引用) jquery方法 $.cookie('the_cookie'); // 读取 cookie $.cookie('the_cookie', 'the_value'); // 存储 cookie $.cookie('the_cookie', 'the_value', { expires: 7