writeFile ({ filePath: `${wx.env.USER_DATA_PATH}/hello.txt`, data: 'some text or arrayBuffer', encoding: 'utf8', success(res) { console.log(res) }, fail(res) ...
確定! 回上一頁