Python os.tmpnam() 方法 Python os.tmpfile() 方法 Python assert 语句 Python os.tmpnam() 方法 # !/usr/bin/python import os, sys # Temporary file generated in current directory tmpfn = os.tmpnam() print "This is the unique path:" print tmpfn Python os.tmpfile() 方法 Python assert 语句