拍照后返回的 wxfile路径,不能使用readfile读取吗?
- 当前 Bug 的表现(可附上截图)
拍照后返回的 wxfile路径,不能使用readfile读取吗?
- 预期表现
下断点不会停,也不会触发异常
- 复现路径
- 提供一个最简复现 Demo
var path = res.tempImagePath;
fm.readFile({
“filePath”: path})
拍照后返回的 wxfile路径,不能使用readfile读取吗?
下断点不会停,也不会触发异常
var path = res.tempImagePath;
fm.readFile({
“filePath”: path})