摘要: 使用以下方法,也不用去阿里云后台设置允许跨域了 downloadIamge(imgsrc, name) { const src = `${imgsrc}?t=${new Date().getTime()}` fetch(src).then(res => { res.blob().then(myBlo 阅读全文
posted @ 2021-11-13 10:30 春风一笑 阅读(2539) 评论(1) 推荐(0)