引入time 模組 import time # 從1970/1/1 00:00:00 至今的秒數 seconds = time.time() # 輸出結果 print(seconds) 1569376996.8464663. time.time() ...
確定! 回上一頁