1. 首页
  2. 编程语言
  3. Javascript
  4. image tools master.zip

image tools master.zip

上传者: 2020-08-09 02:35:10上传 ZIP文件 7.71KB 热度 22次
pathToBase64 从图像路径转换为base64,uni-app、微信小程序和5+APP使用的路径不支持网络路径,如果是网络路径需要先使用下载API下载下来。 pathToBase64(path) .then(base64 => { console.log(base64) }) .catch(error => { console.error(error) }) base64ToPath base64ToPath(base64) .then(path => { console.log(path) }) .cat
用户评论