码迷,mamicode.com
首页 > 其他好文 > 详细

导入自定义包

时间:2018-07-02 01:15:43      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:系统路径   sys   文件   dir   自定义   div   nbsp   os.path   insert   

mypath=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
#os.path.dirname  获取文件的目录名
#os.path.abspath  获取文件的当前路径
#__file__   当前文件
sys.path.insert(0,mypath)
#文件的系统路径

 

导入自定义包

标签:系统路径   sys   文件   dir   自定义   div   nbsp   os.path   insert   

原文地址:https://www.cnblogs.com/randomlee/p/9251840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!