demo.py. import datetime today = datetime.date.today() print(today) # 2021-02-18 now = datetime.datetime.now ...
確定! 回上一頁