我为我的应用程序使用 jquery.cookie.js 插件(在服务器内,只有 html5)
以下代码适用于 IE9 an firefox 但不适用于 Chrome:
$.cookie('the_cookie', 'the_value');
如果我使用选项 --enable-file-cookies 运行 Chrome 就可以了,并且我的 Chrome 浏览器支持 cookie
我的问题:有没有办法用javascript而不是终端启用这个选项?
我为我的应用程序使用 jquery.cookie.js 插件(在服务器内,只有 html5)
以下代码适用于 IE9 an firefox 但不适用于 Chrome:
$.cookie('the_cookie', 'the_value');
如果我使用选项 --enable-file-cookies 运行 Chrome 就可以了,并且我的 Chrome 浏览器支持 cookie
我的问题:有没有办法用javascript而不是终端启用这个选项?