标签: python mongodb pymongo
例如,mongo文档如下:
{ "_id": ObjectId("xxx"), "array": [ 0, 1, [2, 3], 4 ] }
是否有从文档中获取2的方法?
2