linux下相同目录的文件相互引用 ··· pachage a | ----- b.py | ----- c.py ··· 在 b.py 中调用 c.py里的xxx函数 #linux下 from c inport xxx #windows下 from a.c import xxx