var curCookie = name + "=" + value +
"; expires=" + ATS_getExpire() +
"; path=" + path +
"; domain=" + domain ;
document.cookie = curCookie;
alert("Your Cookie : " + document.cookie);
當我使用上面的代碼警報消息來作爲空。爲什麼document.cookie變得空虛。 請有人回答。爲什麼document.cookie不工作
爲什麼document.cookie不能使用自定義路徑?請參閱:http://stackoverflow.com/questions/18429234/javascript-document-cookie-not-working-with-custom-path –
嘗試使用其他瀏覽器。例如Internet Explorer,Firefox或Chrome。 – Gene