标签:blog test sys.path port log path print 文件 目录
test_import_file.py,在当前目录
import sys sys.path.append("..") import hello hello.printHello()
hello.py,在上一个目录
def printHello(): print("hello world !")
标签:blog test sys.path port log path print 文件 目录
原文地址:http://www.cnblogs.com/thinkers-dym/p/7001072.html