Python datetime

import datetime 一,獲取當前時間 now = datetime.datetiem.now() 輸出:2018-03-02 14:36:37.775372 二,設置時間格式 .strftime(format[, tuple]) -> string,時間的格式的爲datetime時間戳 now.strftime('%Y-%m-%d %H:%M:%S') 結果:2018-03-02 14
相關文章
相關標籤/搜索