gpt4 book ai didi

python - 如何扩展元组项作为参数 os 系统调用?

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

我想扩展我从 sys.argv 收集的元组项作为参数传递

像下面一样

os.system('git send-email ' + *args)

但它在 *args 处给出错误

最佳答案

如何使用 subprocess.call :

subprocess.call(['git', 'send-email'] + list(args))

参见 Replacing Older Functions with the subprocess Module .

关于python - 如何扩展元组项作为参数 os 系统调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21313626/

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