使用python调用其他脚本

1
2
3
4
cmd = '<command line string>'
print(cmd)
p = subprocess.Popen(args=cmd, shell=True, stdout=subprocess.PIPE)
p.communicate()  

p.communicate()等待Popen任务执行完成。

posted on   Zhangwill  阅读(176)  评论(0编辑  收藏  举报

努力加载评论中...

导航

点击右上角即可分享
微信分享提示