统计当前文件夹下(包含子文件夹)所有后缀为html的文件,并输出结果到html统计.txt
dir /b /S *.html*>html统计.txt
参考 https://blog.csdn.net/u010476739/article/details/40710801