摘要: // 存储桶文件,不预览,直接下载 changeBlob (url) { return new Promise(resolve => { const xhr = new XMLHttpRequest() xhr.open('GET', url, true) xhr.responseType = 'b 阅读全文
posted @ 2022-06-23 11:33 狸雾 阅读(73) 评论(0) 推荐(0)