标签: python python-3.x subprocess
等效于子进程的Python3x-> p.stdin.write()为jar文件提供多个交互式输入
p.stdin.write()
尝试使用p.stdin.write((string).encode(utf-8)),但没有帮助。
p.stdin.write((string).encode(utf-8))
以下代码可以工作,但需要同时提供所有我不想找的输入,想逐行提供输入:
line = p.communicate(input=(text_String).encode())[0]