var oDate = new Date(); oDate.setDate(oDate.getDate() + 5);document.cookie = 'username=leo;expires=' +oDate.toGMTString(); 为什么最后要转换成GMT啊,不能用toLocaelString么? 查看完整描述