Chrome 调试器日期值

发布于 2024-12-13 20:42:23 字数 288 浏览 2 评论 0原文

我面临一个奇怪的问题。我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文