python常用命令—ipython3环境下获取某个文件夹下的文件列表

import os

os.listdir('文件夹路径')

猜你喜欢

转载自www.cnblogs.com/summer1019/p/10349176.html