摘要: logging模块: 阅读全文
posted @ 2017-11-10 23:54 xuanhui 阅读(166) 评论(0) 推荐(0)
摘要: >>> import time>>> time.time()1510273437.2507136>>> time.localtime(time.time()) >>> time.strftime("%Y-%m-%d %H:%M:%S",time.localtime(time.time()))'201 阅读全文
posted @ 2017-11-10 08:29 xuanhui 阅读(358) 评论(0) 推荐(0)