python中引用加载其他项目的包 importlib.util

记录 Python 中使用 importlib.util 动态加载其他项目模块的方法,适合在临时复用旧项目代码时参考。

importlibpython模块加载