os.path.getmtime(name) #获取文件的修改时间os.stat(path).st_mtime#获取文件的修改时间os.stat(path).st_ctime #获取文件修改时间os.path.getctime(name)#获取文件的创建时间