Skip to content

Instantly share code, notes, and snippets.

@qunwang6
Created May 20, 2021 03:03
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 qunwang6/a06e804943a398c9e4515c7cdfe59b6f to your computer and use it in GitHub Desktop.
Save qunwang6/a06e804943a398c9e4515c7cdfe59b6f to your computer and use it in GitHub Desktop.
let resp = await fetch('http://baidu.com')
if (resp.ok) {
console.log(await resp.text())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment