标签: javascript node.js cron
我想每天在午夜使用node-cron运行一项cron作业任务,我已经检查了该任务,并且工作正常,只是不知道如何使其在午夜运行
cron.schedule('* * * * * * '
cron.schedule('* * 24 * * * '