javascript-快速下载画布图像
作者:互联网
我有< div id =“ qrcode”>< / div>
然后,jquery.qrcode.js插件会在带有QR码的元素上创建.
因此,我想放置一个< button>页面中的元素,用于下载即时创建的“图片”(这是一个画布元素).
有可能这样做吗?
解决方法:
The saving of the image can be done using HTML5 blobs.
07001
You can get Blob out of the like done in this code:
07002
标签:javascript,jquery,download,canvas,qr-code 来源: https://codeday.me/bug/20191011/1890751.html