标签: python
例如,我在windows中手动打开power-shell。现在我知道它的进程ID。所以我想使用python在进程上运行命令。
手动打开power-shell。 找到它的进程ID。 使用其进程ID执行命令。
请提及代码**
答案 0 :(得分:-1)
您可以使用子进程python标准库https://docs.python.org/2/library/subprocess.html