python中的循環導入

1. 什麼是循環導入 a.py from b import b print '---------this is module a.py----------' def a(): print("hello, a") b() a() b.py from a import a print '----------this is module b.py----------' def b
相關文章
相關標籤/搜索