会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Code-Exp
首页
新随笔
联系
订阅
管理
2015年1月19日
python路径函操作
摘要: #判断是否为文件os.path.isfile#判断是否为目录os.path.isdir#返回文件名os.path.basename(path)#返回文件目录os.path.dirname(path)#判断文件、目录是否存在os.path.exists(path)#拼接路径, 以系统分隔符 (os.s...
阅读全文
posted @ 2015-01-19 16:37 周文洪
阅读(477)
评论(0)
推荐(0)
编辑