WebLinuxStudy

导航

 

2020年1月14日

摘要: import datetime import time print ("格式参数:") print (" %a 星期几的简写") print (" %A 星期几的全称") print (" %b 月分的简写") print (" %B 月份的全称") print (" %c 标准的日期的时间串") 阅读全文
posted @ 2020-01-14 10:27 WebLinuxStudy 阅读(3012) 评论(0) 推荐(0) 编辑
 
摘要: import time# 获取当前时间戳print(int(time.time())) 阅读全文
posted @ 2020-01-14 09:50 WebLinuxStudy 阅读(6750) 评论(0) 推荐(1) 编辑