我正在尝试存储 cookie 并检索它,但它在 IE 中的所有其他浏览器中运行良好,但在 FF 中不起作用
我设置 cookie 的代码是
var startTime = e.timeStamp;
var setStartCookie = "startTime="+startTime;
document.cookie=setStartCookie;
当我使用
$_COOKIE['startTime']
请尽快帮助我...在此先感谢
我正在尝试存储 cookie 并检索它,但它在 IE 中的所有其他浏览器中运行良好,但在 FF 中不起作用
我设置 cookie 的代码是
var startTime = e.timeStamp;
var setStartCookie = "startTime="+startTime;
document.cookie=setStartCookie;
当我使用
$_COOKIE['startTime']
请尽快帮助我...在此先感谢