📅  最后修改于: 2022-03-11 15:04:15.808000             🧑  作者: Mango
function wait(timeout){
return new Promise(resolve=>setTimeout(resolve, timeout));
}
// in this line of code, change "