会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乘舟凉
博客园
首页
联系
订阅
管理
2022年3月12日
python 模块导入
摘要: 1. import example 从sys.path列表中去搜索模块,主函数的入口会被加入到sys.path中 2.from . import expamle 从当前包中去搜索模块,但是主函数的入口不能在当前包 python 项目文件结构 example.py def hello(): print
阅读全文
posted @ 2022-03-12 18:59 乘舟凉
阅读(68)
评论(0)
推荐(0)
编辑