方法一、 import os os.system("python filename.py") 方法二: execfile('xx.py'),括号内为py文件路径; 注:如果需要传参数,就用os.system()那种方法;如果还想 ...
確定! 回上一頁