给定以下 Python 命令:
os.system('snmpget -v 3 -u initial 172.17.171.113 1.3.6.1.2.1.1.5.0')
a=raw_input() // in order to be able to see the result. I dont want the windows to close at the end.
如何读取此命令行命令的结果?
我试过 string=os.read(os.system,10)
但它不起作用......有什么想法吗?(我用的是windows xp)