标签:color str oca 元祖 span 时间戳 时间 col strftime
#time库 import time #线程推迟时间 time.sleep(3) #时间戳 print(time.time()) #返回日期、时间、星期 print(time.strftime(‘%Y/%m/%d %H:%M:%S %A‘)) #返回时间信息元祖 print(time.localtime())
标签:color str oca 元祖 span 时间戳 时间 col strftime
原文地址:https://www.cnblogs.com/badbadboyyx/p/12180790.html