会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小╭ァ哥
博客园
园子
首页
新随笔
联系
管理
订阅
2013年11月7日
Python import 指定目录中的模块
摘要: #coding=utf-8import os,syssys.path.append('test') # 下级目录(text)parentdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))sys.path.insert(0,parentdir) # 返回父目录
阅读全文
posted @ 2013-11-07 14:51 小さいです哥
阅读(812)
评论(0)
推荐(0)
公告