返回顶部
摘要: var img = "imgurl";//imgurl 就是你的图片路径 function getBase64Image(img) { var canvas = document.createElement("canvas"); canvas.width = img.width; canvas.he 阅读全文
posted @ 2021-06-03 10:05 不懒人 阅读(1583) 评论(0) 推荐(0) 编辑