收藏
回答

readFile:fail http://usr/hello.txt not found"

const fs = wx.getFileSystemManager()

fs.readFile({

filePath: `${wx.env.USER_DATA_PATH}/hello.txt`,

encoding: 'utf8',

position: 0,

success(res) {

console.log(res.data)

},

fail(res) {

console.error(res)

}

})

回答关注问题邀请回答
收藏

1 个回答

  • ㅤ
    2023-10-23

    文件路径不对呗

    2023-10-23
    有用
    回复
登录 后发表内容