摘要: 1.time import time # 导入time模块 1) time() 获取当前时间的时间戳 tmp = time.time() print(tmp) # 1531456199.5435042 2) localtime()/gmtime() 本地时间(东八区)/GMT时间 获取当前时间的st 阅读全文
posted @ 2018-07-15 16:59 slitobo 阅读(266) 评论(0) 推荐(0)