python3 读取文件夹名及内含文件名
发布网友
发布时间:2022-04-27 03:37
我来回答
共1个回答
热心网友
时间:2022-05-10 16:39
root@localhost:~/xly/02# cat t.py
import os
print(os.getcwd())
print(os.listdir("."))
root@localhost:~/xly/02# python t.py
/root/xly/02
['flash1', 'normal', 'b', 'ERR_S', 'ERR_B', 'abc.sh', 'test.sh', '1', 't.py', 'Software', 'flash2', 'c', 'ggg', 'a', 'r.py']