gpt4 book ai didi

javascript - Mongoose 从对象数组中的对象值返回数组,无需 JS 工作

转载 作者:行者123 更新时间:2023-12-01 00:03:37 25 4
gpt4 key购买 nike

我想转换这个对象数组

 [{ category:"AAA" },{ category:"BBB" },{ category: "CCC" }]

进入此 ["AAA","BBB","CCC"] 。我不想在后端过滤或使用任何数组函数,而是从 mongoDB 本身过滤或使用任何数组函数。

最佳答案

db.collection.distinct('类别')

应该为您提供该字段的一组唯一值。

关于javascript - Mongoose 从对象数组中的对象值返回数组,无需 JS 工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60542748/

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