标签:module rtl nbsp other crm model 导入模块 pre source
import importlib importlib.import_module(‘app01‘) <module ‘app01‘ from ‘D:\\my-ws-python\\b_othersource\\pub_school_crm\\dj_crm\\app01\\__init__.py‘> importlib.import_module(‘app01.models‘) <module ‘app01.models‘ from ‘D:\\my-ws-python\\b_othersource\\pub_school_crm\\dj_crm\\app01\\models.py‘> m=importlib.import_module(‘app01.models‘) m.UserProfile <class ‘app01.models.UserProfile‘>
标签:module rtl nbsp other crm model 导入模块 pre source
原文地址:https://www.cnblogs.com/infaaf/p/9418264.html