我用这段代码从外部程序得到标准输出:[cc lang=python]>>> from subprocess import *>>> command_stdout = Popen(['ls', '-l'], ...
確定! 回上一頁