(1) import sys sys.path.append(‘路径名’) (2) 如果想要在任何目录下导入a.py,把test_a.py文件放到Python安装目录下的lib文件夹里面即可 (3) 尽量避免使用相对路径引入库