How to force document to refresh in JS?

前端 未结 0 765
借酒劲吻你
借酒劲吻你 2020-12-05 21:36

I wrote the following code which I run in Chrome Dev-Tools:

function sleep(ms) {
  return new Promise(resolve => setTimeout(resolve, ms));
}

async functio         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题