You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for dirname in dir: # 遍历指定文件夹下面的所有的文件夹名字
print(os.path.join(root, dirname))
for filename in files:
print(os.path.join(root, filename)) # 遍历指定文件夹下面的所有的文件的名字