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

在c.py中

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