84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
Python如何取得目前時間,格式如下:
2017-06-23 22:12:35
ringa_lee
參考文章:Python取得當前時間
import time time.strftime("%Y-%m-%d %H:%M:%S")
import datetime datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
參考文章:Python取得當前時間
time模組(low level)
datetime模組(high level Object-oriented interface to dates and times)