__import__

可以快速上手的开发文档

#__import__
__import__

Python内置函数——__import__ 的使用方法

__import__()函数用于动态加载类和函数。如果一个模块经常变化就可以使用__import__()来动态载..