python获取文件时间时间:2022-05-04 10:24:30 import time, os create_time = time.ctime(os.path.getctime(filename)) modify_time = time.ctime(os.path.getmtime(filename))