import os import datetime #取得檔案修改時間,如果要用創立時間用os.path.getctime unix_time = os.path.getmtime(file_path) #轉時間物件 ...
確定! 回上一頁