标签: python
我想在Python中获取子目录的名称,
例如:文件夹A hav子文件夹a,b,c,d等...
a,b,c,d
我想获取文件夹a,b,c, ...
a,b,c, ...
答案 0 :(得分:-2)
os.listdir()应该可以做到这一点。
os.listdir()