tmpfile

python内置库--tmpfile

# 简单介绍 tmpfile可以生成临时文件和目录,在生成后,其中一些函数还有自动清理那些生成的文件或目录的功能 # 相关函数 ## tempfile.TemporaryFile() tempfile.TemporaryFile(mode='w+b', buffering=- 1, encoding ......
tmpfile python
共1篇  :1/1页 首页上一页1下一页尾页