fail:not supported

发布于 6 年前作者 taogang14392 次浏览最后编辑 6 年前来自 issues

const fs = wx.getFileSystemManager()

fs.open({

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

flag: ‘a+’,

success(res) {

console.log(res.fd)

}

})

0 回复
暂无回复