在数据库查询时数据结构 {"age" : NumberLong(16) } mongoexport直接导出来的是这样的 { "age" : {"SnumberLong":"16"} } 想实现导出为这样的文本 {"age":16}
得用python去导
https://blog.csdn.net/weixin_44818729/article/details/106853479