Tag: pythondate

将string转换为datetime.time对象

给定这种格式的string "HH:MM" ,例如"03:55" ,代表3小时55分钟 。 我想将其转换为datetime.time对象,以便于操作。 最简单的方法是什么?