import os, subprocess
p = subprocess.Popen(args, stdout = subprocess.PIPE,stderr = subprocess.STDOUT)

相关文章: