importlib 模块可以将字符串进行拆分重点掌握import importlibmod = importlib.import_module('notify.email' )这个时候就是将notify.email 拆分成from notify import ...
確定! 回上一頁