摘要:
function dataURLtoFile(dataurl, filename) { //将base64转换为文件 var arr = dataurl.split(','), mime = arr[0].match(/:(.*?);/)[1], bstr = atob(arr[1]), n = b 阅读全文
posted @ 2019-11-30 13:24
本木木
阅读(14850)
评论(0)
推荐(2)
新号掘金 :https://juejin.cn/post/7020693762212888584 (爱学习的免费关注一下! 错过了永远也就错过了!!!) // 全图默认背景 // backgroundColor: ‘rgba(0,0,0,0)’, // 默认色板 color: ['#ff7f50', 阅读全文