摘要: time&datatime import time time.time() >>>返回从Epoch time(1970-01-01 00:00:00 UTC)至今的秒数 time.localtime() >>>返回如下元组: time.struct_time(tm_year=2017, tm_mon 阅读全文
posted @ 2017-08-03 18:51 细雨轻风 阅读(163) 评论(0) 推荐(0)