2019年8月8日
摘要: Python time strptime() 函数根据指定的格式把一个时间字符串解析为时间元组 import time dt=time.strptime('2019-08-08 11:32:23', '%Y-%m-%d %H:%M:%S') print(dt) from datetime impor 阅读全文
posted @ 2019-08-08 16:37 VincentZhu 阅读(879) 评论(0) 推荐(0) 编辑