Skip to content

Instantly share code, notes, and snippets.

@suyanhanx
Created January 21, 2019 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suyanhanx/77509466aab4d996c3a12fbff5ffe4b5 to your computer and use it in GitHub Desktop.
Save suyanhanx/77509466aab4d996c3a12fbff5ffe4b5 to your computer and use it in GitHub Desktop.
function sleep(d){
for(var t = Date.now();Date.now() - t <= d;);
}
sleep(5000); //当前方法暂停5秒
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment