os 模块提供了非常丰富的方法用来处理文件和目录。
常用的方法如下表所示:
https://www.runoob.com/python/os-file-methods.html
https://www.runoob.com/python/python-os-path.html
image.png image.pngPython中有join()和os.path.join()两个函数,
join(): 连接字符串数组。
将字符串、元组、列表中的元素以指定的字符(分隔符)连接生成一个新的字符串.
os.path.join():将多个路径组合后返回
image.png输出:
yolo3_darknet53_voc
网友评论