云开发如何一次get多条指定_id的数据?发布于 7 年前作者 yanjun14188 次浏览最后编辑 7 年前来自 issuesDB.collection('mydatabase').doc( ______ ).get().then.... 如上,如果我想取出n条指定_id的数据 ,该怎么写