接收一段url,要直接把他转成blob使用 GUIRH 2022-12-01 27 阅读1分钟 this.$Axios({ method: "get", responseType: "blob", url: this.url, }).then((res) => { console.log(res); });