Chrome控制台 - 对象属性不匹配

时间:2014-01-02 22:16:58

标签: javascript google-chrome object properties console

我正在尝试访问start对象的event属性,我看到一些奇怪的行为,这是相关的代码:

console.log(event);
console.log(event.start);

这是输出:

enter image description here

为什么我为start属性获取不同的值?我想要9:31,但它会在8:26返回,这里发生了什么?

为什么“对象详细信息”标题和展开的视图之间的值不匹配?

这是我console.log(JSON.stringify(event));时返回的字符串:

{"id":"1","title":"Meeting Test","start":"2013-12-30T16:26:00.000Z","reminder":"2013-12-30 13:58:32","source":{"url":"../someURl/somePhp.php","dataType":"json","type":"POST","data":{"action":"fetch","offset":480},"className":[]},"_id":"1","_start":"2013-12-30T16:26:00.000Z","end":null,"_end":null,"allDay":false,"className":[]}

0 个答案:

没有答案