gpt4 book ai didi

node.js - 为什么 `setTimeout` 在 Node.js 中不会重复出现?

转载 作者:太空宇宙 更新时间:2023-11-03 22:41:55 25 4
gpt4 key购买 nike

var arrayProcessTimeout;
arrayProcessTimeout = setTimeout(function() {
console.log('hard');
return null;
}, 50);

这是我在 Node.js 中的代码,人们期望它不断输出 hard ..但事实并非如此。它输出一次就这样了。

最佳答案

也许您想使用setInterval而不是setTimeout .

关于node.js - 为什么 `setTimeout` 在 Node.js 中不会重复出现?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7501728/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com