print(datetime.date.today()). 而如果要輸出此時準確的時間的話則 import time print(time.localtime()). 而我們也可以一一拆解 tonow = datetime.datetime.now() ...
確定! 回上一頁