2021年7月12日

给页面的图片加下载按钮

摘要: <img src="" /img> <button onclick="handleDownloadClick">下载图片</button> function handleDownloadClick() { var eleLink = document.createElement('a'); eleL 阅读全文

posted @ 2021-07-12 09:08 CoderMonkey 阅读(219) 评论(0) 推荐(0) 编辑

导航