📜  javascript 代码示例的超时

📅  最后修改于: 2022-03-11 15:03:43.189000             🧑  作者: Mango

代码示例5
setTimeout(function(){
     //code goes here
}, 2000);