Skip to content

Instantly share code, notes, and snippets.

@programsimon
Created March 10, 2023 14:25
Show Gist options
  • Select an option

  • Save programsimon/70ee26a29b449819f62116c4f0a00acc to your computer and use it in GitHub Desktop.

Select an option

Save programsimon/70ee26a29b449819f62116c4f0a00acc to your computer and use it in GitHub Desktop.
[Axios功能] #axios

Axios 相关功能

options

  • 要求放回报文以blob方式返回
options = {
  responseType: 'blob',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment