import time, os create_time = time.ctime(os.path.getctime(filename)) modify_time = time.ctime(os.path.getmtime(filename)) 相关文章: 2021-12-19 2021-11-30 2021-06-05 2022-12-23 2022-12-23 2022-12-23