方法1:Python自带模块函数os.system()
os.system("python button1.py")
os.system("python 程序名称.py")
方法2:引用,同时把另一个程序函数化
import button1
button1.aaa()
方法3:
from SAP_SELECT import *
Excel_W_Tpnum(SAP_sql_select(SQL_Select_201))
#直接用里面的函数就可以了
方法1:Python自带模块函数os.system()
os.system("python button1.py")
os.system("python 程序名称.py")
方法2:引用,同时把另一个程序函数化
import button1
button1.aaa()
方法3:
from SAP_SELECT import *
Excel_W_Tpnum(SAP_sql_select(SQL_Select_201))
#直接用里面的函数就可以了
Python自带模块函数os.system() import osos.system("python a.py")
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M