摘要: 1、blob文件流 fetch(url,{ method: 'get', responseType: 'blob' }).then(res => { return res.blob(); }).then(blob => { let bl = new Blob([blob], {type: "appl 阅读全文
posted @ 2021-04-17 19:55 青云码上 阅读(1282) 评论(0) 推荐(0) 编辑