随笔分类 -  疑难杂症

摘要:https://stackoverflow.com/questions/9252543/importerror-cannot-import-name-x 非常明显的循环导入可以尝试处理一下,例如在a模块导入b模块中的类,又在b模块中导入a模块中的类,导致俩模块一直在from xxx import x 阅读全文
posted @ 2022-04-03 11:38 2orange 阅读(374) 评论(0) 推荐(0)