标签:system 目录名 版本 write 输入 文件处理 input shell命令 python运行
sys.modules
traceback.print_tb(sys.exc_info()[2])
sys.argv
.flush
os.environ
获取当前父进程ID .getppid
运行命令并连接输入输出流 .popen()
删除文件 .remove(‘文件名’)
相对上级目录符号 .pardir
绝对化路径 .abspath()
标签:system 目录名 版本 write 输入 文件处理 input shell命令 python运行
原文地址:https://www.cnblogs.com/linyk/p/11503537.html