摘要: import importlib DEFAULT_SETTINGS = { "packageNames": [ "framework.module.Interceptor", ] } class InterceptorChain(object): _interceptors = [] def __i 阅读全文