我使用jquery.cookie.js從https://github.com/carhartl/jquery-cookie餅乾不列入獲得使用jQuery插件的cookie
請讓知道什麼IM丟失或錯誤地理解
$.cookie('cartQuantity', 3, { expires: 180 , path : '/' });
alert($.cookie('cartQuantity')); //alerts 3
$.cookie('cartQuantity', null);
alert($.cookie('cartQuantity'));//alerts 3
爲什麼不使用'$ .removeCookie',我總是這樣做? Nvm,沒有看到編輯。 – Phil
@Phil:它在2個月前被添加到插件中。 –