axios ({ method: 'get', url: `https://${serverUrl}/download/`, responseType: 'stream' }) .then(function(response) { const rs = response.data ...
確定! 回上一頁