- 博客(1)
- 收藏
- 关注
原创 python修改字典中时间key的属性,将datatime格式化后返回给前端,解决datatime返回的时间中有T的问题
python修改字典中时间key的属性,将datatime格式化后返回给前端 解决datatime返回的时间中有T的问题,例如:2022-01-22T14:05:57 两种方案: 一、 dict1["create_time"] = dict1.pop("create_time").strftime("%Y-%m-%d %H:%M:%S") 二、 dict1.update({'create_time': dict1.pop('create_time').strftime("%Y-%m-%d %H:%M:%S"
2022-01-26 17:29:06 1152
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人