使用uuid 使用uuidimport uuidfilename = './somepath/%s.xlsx' % uuid.uuid4().hex# 生成文件# 对生成的文件进行处理# 删除文件import osos.remove(filename)