python時間模塊datetime模塊

1.時間表示的幾種類型 1). 時間戳 2). 字符串的時間 3). 元組類型的時間 import time #1.時間戳 print(time.time()) #2.字符串時間 print(time.ctime()) #3.元組時間 print(time.localtime()) info = time.localtime() print(info.tm_year) print(info.tm_
相關文章
相關標籤/搜索