Python - 同时运行两个以上的脚本

在c.py中

import os
os.system("python a.py")
os.system("python b.py")
posted @ 2018-04-22 09:29  Rocin  阅读(6474)  评论(0编辑  收藏  举报