获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
const fileSystemManager = wx.getFileSystemManager() const tempFilePath = res.tempFilePaths[0] fileSystemManager.readFile({ filePath: tempFilePath, encoding: 'base64', success: res => { console.log(res.data) } })
andriod使用wx.chooseImage调用拍照API,如何获取base64啊?引用JS-SDK的方式,andriod使用wx.chooseImage调用拍照API,如何获取base64啊?
2020-08-17