JavaScript睡眠/等待继续
我有一个JavaScript代码,我需要添加一个睡眠/等待功能。我正在运行的代码已经在一个函数中,例如:
function myFunction(time){ alert('time starts now'); //code to make the program wait before continuing alert('time is up')}
我听说可能的解决方案可能包括
setTimeout
但我不知道如何在这种情况下使用它。
我不能使用PHP,因为我的服务器不支持它,虽然使用jQuery会很好。
江户川乱折腾
慕森卡
相关分类