python時間概念總結

python的時間困惱已久,今天決定畫個思維導圖,將其概念理清楚。 其中包括字符串、structure、時間戳 3者之間的相互轉換, 從圖中可以看到, 字符串是不能直接轉成時間戳的, 必須先轉成structure然後再轉成時間戳。 包含的函數 1. time.ctime() 2. time.localtime() 3. time.time 4. strftime 5. strptime 6. gt
相關文章
相關標籤/搜索