Python项目命令行启动 2018-10-01 本文已影响0人 Janny_a705 进入Runner的目录:执行 python runner.py即可 在一个.py文件中,运行另一个.py文件: import os os.system("python runner.py")