码迷,mamicode.com
首页 > 编程语言 > 详细

Python os.path.join() 进行路径拼接

时间:2018-07-01 17:47:18      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:pat   开发   style   join   IV   需要   code   python   项目   

在python 项目开发过程中,经常需要将获取到的路径进行拼接,

# os.path.join(path1,path2) 将两个路径拼接起来

os.path.join("/usr","/etc/conf")
>>>"/usr/etc/conf"

 

Python os.path.join() 进行路径拼接

标签:pat   开发   style   join   IV   需要   code   python   项目   

原文地址:https://www.cnblogs.com/lowmanisbusy/p/9250567.html

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