Python 如何优雅的将数字转化为时间格式的方法 将数字转化成时间格式fromdateutil.parserimportparsea=20170825b=str(a)c=parse(b)print(c)2017-08-2500:00:00将时 数字转化为时间格式