引入time 模組 import time # 現在時間 now = time.ctime() # 輸出結果 print("現在時間:", now) 現在時間: Wed Sep 25 10:21:35 2019 ...
確定! 回上一頁