有的时候需要根据业务需要,晚上凌晨以后执行某些操作的时候,这个可能会有所帮助,我最近正在研究这个,欢迎共同探讨。
github地址:https://github.com/mattpat/node-schedule
一、安装
var j = schedule.scheduleJob(date, function(){
console.log(\'The world is going to end today.\');
});
取消预设计划
[code]
j.cancel();
本文地址:https://www.stayed.cn/item/1739
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我