Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 imp 动态获取从模块导入的类的源代码。虽然这对于检查模块是否是使用经典导入导入的很简单,但当使用 imp 动态导入模块时,我很难找到这样做的方法...