标签: python python-2.7
我的目录结构为
cno/apps/cfg/cust1.py
我想导入cust1.py,但是我必须使用变量
>>> mod = 'cust1' >>> import cno.apps.cfg as c
如何使用变量“ mod”导入“ cust1”?