代碼:

import time # 當前日期 print("當前時間::"+time.strftime("%Y-%m-%d",time.localtime(time.time()))) # 當前時間 print("當前時間::"+time.strftime("%H:%M:%S",time.localtime(time.time())))
運行結果:
當前時間::2019-04-23
當前時間::08:21:40
代碼:
import time # 當前日期 print("當前時間::"+time.strftime("%Y-%m-%d",time.localtime(time.time()))) # 當前時間 print("當前時間::"+time.strftime("%H:%M:%S",time.localtime(time.time())))
運行結果:
當前時間::2019-04-23
當前時間::08:21:40
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。