subprocess 模块中只定义了一个类:Popen。 ... import shlex, subprocess >>> command_line = input() /bin/vikings -input eggs.txt -output "spam spam.txt" -cmd ...
確定! 回上一頁