gpt4 book ai didi

Python raw_input 管道失败

转载 作者:太空宇宙 更新时间:2023-11-04 09:15:58 24 4
gpt4 key购买 nike

如何在 python 中捕获管道文本。例如这样的东西

cat foo.py | ./foo.py

在 foo.py 中我有以下内容:

if __name__ == "__main__":
text = raw_input()

问题是 raw_input() 在换行后终止。如何将整个内容捕获为字符串/列表?

最佳答案

raw_input 只是一个以交互方式提示用户的助手。如果您想从标准输入中读取任何数量的数据,请使用 sys.stdin.read()

关于Python raw_input 管道失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9410695/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com