我想每5分钟运行一次特定的功能。如果我写这样的代码: function f() { console.log("hi"); d3.timer(f, 5*60*1000); return true; } d3.timer(f, 5*60*1000);
確定! 回上一頁