gpt4 book ai didi

javascript getDate getMonth 返回错误的月份

转载 作者:行者123 更新时间:2023-11-28 15:25:01 28 4
gpt4 key购买 nike

我知道还有其他关于此的帖子,但我无法弄清楚我在这里做错了什么。下面是我的代码:

var d = new Date();
var month = d.getMonth();
System.log(d);
System.log(month);

我的输出如下所示:

[2015-04-01 09:24:53.012] [I] Wed Apr 01 2015 09:24:53 GMT-0400 (EDT)
[2015-04-01 09:24:53.012] [I] 3

底部输出不应该是4吗?

提前致谢

最佳答案

它是一个数组。月份从 0 开始,所以你应该自己加1。

你可以看看这个:)

http://www.w3schools.com/jsref/jsref_getmonth.asp

关于javascript getDate getMonth 返回错误的月份,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29392069/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com