-1

我有 python 文件 .py,我想通过 python 脚本运行。

4

1 回答 1

2
import subprocess
subprocess.call(['python', 'your_script.py'])
于 2012-07-16T13:02:38.680 回答