当前位置:网站首页>a标签下载图片,不要预览
a标签下载图片,不要预览
2022-08-04 06:18:00 【AdleyTales】
const downloadhandler = () => {
const link = document.createElement('a')
// 这里是将url转成blob地址 将链接地址字符内容转变成blob地址
fetch(icoUrl).then(res => res.blob()).then(blob => {
link.href = URL.createObjectURL(blob)
link.download = icoData.data.download_file_path
document.body.appendChild(link)
link.click()
})
}
边栏推荐
猜你喜欢
用手机也能轻松玩转MATLAB编程
花了近70美元入手的学生版MATLAB体验到底如何?
有趣的USB接口和颜色分类
简析强制缓存和协商缓存
打破千篇一律,DIY属于自己独一无二的商城
Provide 和 Inject 的用法
unicloud 腾讯云 上传文件 Have no access right to the storage uniapp
Gramm Angle field GAF time-series data into the image and applied to the fault diagnosis
MySQL基础(DDL、DML、DQL)
A priori box (Anchor) in target detection
随机推荐
Time Series Forecasting Based on Reptile Search RSA Optimized LSTM
SQL如何从字符串截取指定字符(LEFT、MID、RIGHT三大函数)
Online public account article content to audio file practical gadget
窥探晶体世界的奥秘 —— 230种空间群晶体结构模型全在这里
错误记录:TypeError: object() takes no parameters
Hardware Knowledge: Introduction to RTMP and RTSP Traditional Streaming Protocols
千古第一文人苏轼的众CP
【selenium自动化】第四篇,结合testNg
中断和异常的处理与抢占式多任务
IoU, GIoU, DIoU and CIoU in target detection
【愚公系列】2022年07月 Go教学课程 027-深拷贝和浅拷贝
MySQL内存淘汰策略
mysql月份比較是否相等
事件链原理,事件代理,页面的渲染流程,防抖和节流,懒加载和预加载
两日总结四
设置el-table自动向下滑动(不多解释,直接代码实现)
“需求370解决解决爬取章节之后主题讨论评论消失问题”工作总结
MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
LLVM编译技术应用分析
【学习笔记】AGC036