必现,filePath为下载文件后,微信小程序返回的filePath路径,无任何报错,无法try catch,就直接闪退,请注意一定是PC版微信,没有反馈PC版的地方,只好发到这里
let fs = wx.getFileSystemManager();
fs.readZipEntry({
filePath: "wxfile://usr/cache/93f040d7dd89f8cfe068b99f275dd0f8_c9f13531073c1c260ea4f3eb5d11f564.bin",
//entries: 'all',
entries: [{path:"res"}],
success: (res51) => {
console.log("读取成功")
},
fail: (res51) => {
console.log("读取失败")
}
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。