我在mondoDB中有数据;db.np_tpy_gla.find({},{"_id":0,"c":1})结果:{"c":NumberLong(18)}{"c":NumberLong(40)}{"c":NumberLong(42)}{"c":NumberLong(54)}...我正在尝试使用Python(pymongo)获取这些值。这是我的代码:counterNumber=cursor.count()gettingTotalSize=cursor.find({"c":True})printcounterNumberprintgettingTotalSize结果如下:115我试图一个一个地