📌 📄 内容摘要:
@fl4sh 在 有没有比较懂Uniapp的佬,帮我看看这是为什么 中发帖
代码
function createTempFile(size) {
return new Promise((resolve, reject) => {
plus.io.requestFileSystem(
plus.io.PRIVATE_DOC,
function (fs) {
fs.root.getFile(
"temp_speed_test11.txt",
{
create: true,
},
function (fileEntry) {
fileEntry.createWriter(
...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/310557/1
─────────────────────────────
📢 来源:LINUX DO