Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想每 24 小时检查一次我的数据库并删除某个日期之后的帖子。我假设我如何使用 setTimeout ,但我可以使用它来获得一个定期运行的函数吗?有没有人有一个如何做到这一点的例子的链接?
setInterval应该做的工作。请参阅文档。我想,你使用node.js。
setInterval