coding: utf-8 from datetime import datetime import time now = datetime.now print(now) # datetime模塊提供print(now.timestamp) # time模塊 ...
確定! 回上一頁