摘要: ​ 从MongoDB中查询了数据,使用json.dumps的时候出现TypeError: Object of type datetime is not JSON serializable,看了错误信息知道无法把日期序列化。 ​ 搜了解决方法: import json import datetime 阅读全文
posted @ 2021-07-13 09:26 唐大侠的小迷弟 阅读(273) 评论(0) 推荐(0)