在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
在小程序中,有些业务要用到 图片的 base64 wx.chooseImage({ success: res => { wx.getFileSystemManager().readFile({ filePath: res.tempFilePaths[0], // 选择图片返回的相对路径 encoding: 'base64', // 编码格式 success: res => { // 成功的回调 console.log('data:image/png;base64,' + res.data) } }) }
转自: https://blog.csdn.net/qq_36875339/article/details/81086205 |
请发表评论