Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在 BSON 格式下检索 MongoDB 集合的内容?也就是说,例如当字段等于“1”时,检索类似于集合{"name" : "John","age" : 24}中的结果。PS:我使用驱动程序-c"tutorial.persons"_id
{"name" : "John","age" : 24}
"tutorial.persons"
_id