摘要: 如何从其它目录导入py文件 import sys sys.path.append("文件目录地址") from xxx import xxx 阅读全文
posted @ 2017-07-02 23:11 R-Bear 阅读(191) 评论(0) 推荐(0) 编辑