Python提供了importlib包作為標準庫的一部分。目的就是提供Python中import ... #importer.py import importlib def dynamic_import(module): return ...
確定! 回上一頁