如题,代码是 let url =window.URL.createObjectURL(new Blob([this.data.respdata], {type: 'application/pdf'})),this.data.respdata是返回的二进制流,这样可以实现吗?
这个前端没办法转