Python 官方文档:入门教程 => 点击学习
os.path.join里写3个变量 注: 必须为变量,不是变量需先定义为变量 dst="/home/ming" Images = "Images" d = open('/log/aa.txt','r')for e in d.readlin
os.path.join里写3个变量
注:
必须为变量,不是变量需先定义为变量
dst="/home/ming"
Images = "Images"
d = open('/log/aa.txt','r')
for e in d.readlines():
d.close()
if not os.path.exists(os.path.join(dst,e.strip(),Images)):
os.makedirs(os.path.join(dst,e.strip(),Images))
--结束END--
本文标题: os.path.join里写3个变量
本文链接: https://lsjlt.com/news/187591.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0