悠悠_Mother的ChinaUnix博客
悠悠_Mother
全部博文(45)
2014年(45)
chen_asd
大镇
小太皮
xiaosa53
wiliiwin
wangkait
yuzhibot
月色书香
shouyu92
发布时间:2014-08-04 17:25:08
import subprocessdef runcmd(cmd): process = subprocess.Popen(cmd , shell = True, stdout=subprocess.PIPE) return process.stdout.read().strip()if __name__=="__main__": file=runcmd("ps -aux") .........【阅读全文】
登录 注册