python中如何調用.py文件

python中如何調用.py文件 author@jason_ql(lql0716) http://blog.csdn.net/lql0716python 一、同一路徑下的調用 import other other.function() 二、同一個路徑下調用某個函數 form other import ff ff(x,y) 三、不一樣路徑,引用所在路徑的方法 import sys sys.path.
相關文章
相關標籤/搜索