python 获取文件的创建时间

1.获取文件的创建时间
time.ctime(os.path.getctime("C:\\Users\Admins\Downloads\\test.json"))

你可能感兴趣的:(python,开发语言,后端)