javaweb环境配置及spring boot、tomact
python获取文件夹,各种不同文件类型,文件数量
import os
info = {}
for fpathe, dirs, fs in os.walk(‘D:\潭州课堂’):
for f in fs:
fllename = os.path.join(fpathe,f)
res = os.path.splitext(fllename)
hz = res[1]
info.setdefault(hz...
原创
2019-04-19 23:12:36 ·
638 阅读 ·
0 评论