Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用模板匹配,我想遍历所有文件夹的所有图片放入数组里,如何实现?多模板看到过类似的例程,但是文件名是定死了的,因此想动态获取所有的文件
使用 os.listdir()可以获得文件名列表。