我正在使用vuejs 2 + axios。 ... responseType = 'arraybuffer' xhr.onload = function(e) { if (this.status === 200) { let blob = new Blob([this.response], ...
確定! 回上一頁