怕孤单小懒猪

文章
4
资源
0
加入时间
3年0月21天

js 图片转base64的方式(两种)

方式一:Blob和FileReader 对象实现原理:使用xhr请求图片,并设置返回的文件类型为Blob对象[xhr.responseType = “blob”]使用FileReader 对象接收blob<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <m