用 subprocess.Popen 执行 input('请输入:') 函数,然后用 stdin.write 写入,如何知道写入的内容在 input('请输入:') 的后面?
前后都加上print("测试1"), print("测试2")