python中时间的快速parse from dateutil import parser a=parser.parse('20100101123145') >>a=datetime(2010,1,1,12,31,45) Post Views: 549