在python中調用外部函數的方法1.通過引用所在路徑調用例:調用text文件中的pr(x,y)函數import syssys.path.append('D:/') //text文件路徑import ...