How to download files with Axios ... const url = 'http://go.api/download_file'; ... axios .request({ url, method, responseType: 'blob', ...
確定! 回上一頁