记录一下
import fnmatch import os a_list = fnmatch.filter(os.listdir('F:/image'), '*.png') import natsort natsort.natsorted(a_list)