gpt4 book ai didi

python - 终端集中程序的输出到字符串?

转载 作者:行者123 更新时间:2023-12-04 19:24:47 27 4
gpt4 key购买 nike

关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。












我们不允许在 Stack Overflow 上提出有关通用计算硬件和软件的问题。您可以编辑问题,使其成为 on-topic对于堆栈溢出。


上个月关门。







Improve this question




在我曾经运行的终端中:

wget https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_linux64.zip
假设我有一个名为 test.py 的 python 脚本输出版本号,如何在上面的 url 中插入该版本来替换 101.0.4951.41我的尝试是这样写:
wget https://chromedriver.storage.googleapis.com/+'python3 test.py'+/chromedriver_linux64.zip
我更喜欢 1 like 解决方案。

最佳答案

您可以按照以下模式将 test.py 的输出重定向到您的 url:

echo 101.0.4951.41 | (read var; wget https://chromedriver.storage.googleapis.com/$var/chromedriver_linux64.zip)
输出:
*file download logs*
只需更换 echo 101.0.4951.41python3 test.py .

关于python - 终端集中程序的输出到字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72171994/

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