gpt4 book ai didi

list - 从特定索引的列表中检索值

转载 作者:行者123 更新时间:2023-12-03 04:44:49 26 4
gpt4 key购买 nike

Firebase screenshot
(Firebase Screenshot 2
我对编程很陌生,所以请原谅我的无知,但是我将如何在category_list索引1上检索值'忠诚度'?我使用Flutter(Dart)尝试了文档,但可惜发现自己陷入了兔子洞。
从问题文档中检索图像时,下面的代码没有问题,我正在尝试实现相同的结果。

    final questions = await _firestore
.collection('questions')
.document(getCategory)
.collection(pullLeadership)
.document('question')
.get();
newQuestion = questions.data['$questionNumber'];

最佳答案

应该:
category = Categories.data [“category_list”] [1];

关于list - 从特定索引的列表中检索值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62517271/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com