Python os.tempnam() 方法 python os.readlink() 方法 Python os.tmpfile() 方法 Python os.tempnam() 方法 # !/usr/bin/python import os, sys # prefix is tuts1 of the generated file tmpfn = os.tempnam('/tmp/tutorialsdir','tuts1') print "This is the unique path:" print tmpfn python os.readlink() 方法 Python os.tmpfile() 方法