2020年12月30日
摘要: const schedule = require("node-schedule"); 每5分钟执行一次:= */5 * * * * //5分钟查询一次价格变化* * * * * * schedule.scheduleJob('*/5 * * * *', () => { //todo }); 每几小时 阅读全文
posted @ 2020-12-30 10:38 可乐冒泡泡丶 阅读(752) 评论(0) 推荐(0) 编辑