Python

在c.py中

import os
os.system("python a.py")
os.system("python b.py")
原文地址:https://www.cnblogs.com/allen2333/p/8905805.html