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