PYTHON 3X-相当于python3x中的p.stdin.write()

时间:2018-11-29 13:02:56

标签: python python-3.x subprocess

等效于子进程的Python3x-> p.stdin.write()为jar文件提供多个交互式输入

尝试使用p.stdin.write((string).encode(utf-8)),但没有帮助。

以下代码可以工作,但需要同时提供所有我不想找的输入,想逐行提供输入:

line =  p.communicate(input=(text_String).encode())[0]

0 个答案:

没有答案