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.
我可以使用 node.js 创建在另一个网页上发生的定时事件吗?例如,我可以设置一个 node.js 服务器来连接到一个网站并每 24 小时点击一次某个按钮吗?或者这是 node.js 无法做到的?我应该使用不同的程序来做到这一点吗?
是的。可以使用crontab。为此,您需要安装一个名为 node cron 的 npm。请点击链接点击这里