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