📜  如何在另一个脚本中执行 python 脚本 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:05.637000             🧑  作者: Mango

代码示例1
import subprocess
subprocess.call(" python script2.py 1", shell=True)