-功能需求:
通过FileSystemManager接口加载代码包文件, -数据和代码
在应用根目录下有data文件夹,文件夹中有t1.txt文本文件,用下面的代码加载:
const fs = wx.getFileSystemManager();
var buffer = fs.readFileSync("data/t1.txt");
console.log("Data =", typeof (buffer),"=",buffer);
- 当前 Bug 的表现
开发工具中正常,
iOS调试时错误日志:
Error: readFileSync:fail file info not exit
at readFileSync ([publib]:1:432687)
at Object.e.(anonymous function) [as readFileSync] ([publib]:1:438711)
本文网址:http://www.91bianli.com/weixinxiaochengxu/6257.html