最佳答案
在 JavaScript 执行下一个操作之前,有没有什么方法可以让我睡一觉?
例如:
var a = 1 + 3;
// Sleep 3 seconds before the next action here.
var b = a + 4;