Python中动态导入模块有两种方式:
1、通过__import__方式导入
2、通过importlib模块的import_module方法导入
posted on 2018-11-25 20:07 leneenel 阅读(141) 评论(0) 收藏 举报