1.这里要使用的execfile(‘a.py‘) 函数,执行写了引入模块的py。
例子:
b.py内容如下:
#-*- coding: UTF-8 -*-
#调用函数api
sys.path.append("/Users/kaibinliu/Desktop/appium_automation/Android/iber/action_def")
import defw
A文件
#codding=utf-8
execfile(‘/Users/kai/Desktop/appium_automation/Android/iber/script/b.py‘)
#这样写后,实际A文件 也引入了b文件里面所引入的模块
原文地址:https://www.cnblogs.com/kaibindirver/p/10456049.html
时间: 2024-11-06 03:43:03