摘要: 在同一个文件夹下 调用函数: A.py文件: [python] view plain copy def add(x,y): print('和为:%d'%(x+y)) [python] view plain copy [python] view plain copy B.py文件: [python]  阅读全文