gpt4 book ai didi

javascript - 我想在特定日期给出特定条件,但它无法正常工作

转载 作者:行者123 更新时间:2023-11-30 18:04:24 25 4
gpt4 key购买 nike

在特定日期,我想运行一些代码,但它不会在 if 条件下发出警报。

var today=new Date(),
dd = today.getDate().
mm= today.getMonth()+1,
yyyy=today.getYear()

// its alerting
// alert(dd);

如果我放入 if 条件并比较日期,则不会发出警报。

// bt its not
If ( dd == 23) {
alert("0");

}

不知道是什么原因如果我匹配 if 条件中的日期,它不会发出警报。

最佳答案

您的代码有错误..它本身没有任何问题...

today.getDate(). <--- 将尾随 period 更改为 comma

If 更改为 if

如果您进行这些更改 as illustrated here然后它工作正常

关于javascript - 我想在特定日期给出特定条件,但它无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16163967/

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