最开始出现的bug 进入云函数查看日志 Client platform is h5, but web was found in config
把这个问题扔到百度是没有答案的,但是找到一个类似问题 :Client platform is app, but app-plus was found in config.
顺藤摸瓜到uniCloud的官方文档 关于pr…
因为ds官网被墙,所以翻了IDE的源码整理了下stablestudio里的官方模板,顺便每个模板生成了一份…不知道怎么写关键词的可以参考
Stunning sunset over a futuristic city, with towering skyscrapers and flying vehicles, golden hour lighting and dramatic cloud…
Promise和async/await提供异步并发能力,适用于单次I/O任务的场景开发,本文以使用异步进行单次文件写入为例来提供指导。
实现单次I/O任务逻辑。
import fs from ohos.file.fs;
import common from ohos.app.ability.common;async function write(data:…