Chrome 调试器日期值
我面临一个奇怪的问题。我使用 chrome 调试器工作了几个小时,一切正常。现在它不再正常工作了。
我有一个日期变量,希望其值显示如下: end_date: Mon Nov 01 2010 00:00:00 GMT+0200 {}
但它只显示“日期”作为值。我可以对其执行任何功能,例如 .getDate() 等,但默认情况下不显示该值。即使我将其放入控制台:
new Date()
我也会得到以下响应: Date
我是否打开了隐藏 Date 对象值的功能?
干杯
I am facing a strange problem. I worked with chrome debugger for hours and everything worked fine. Now it is nomore working correctly.
I have a date variable and expect the value to shown like:
end_date: Mon Nov 01 2010 00:00:00 GMT+0200 {}
But instead it shows only "Date" as value. I can perform any functions on it like .getDate() etc. but the value is not shown by default. Even when I put this into the console:
new Date()
I get this response:
Date
Have I turned something on which hides the value of a Date object?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论