下面是一个简单的csv文件 Title,Release Date,Director And Now For Something Completely Different,1971,Ian MacNaughton Monty Python And The Holy Grail,1975,Terry Gilliam and Terry Jones Monty Python's Life Of Brian,1979,Terry Jones Monty Python Live At The Hollyw
基本概念:C:\\haoguo.txt 路径: C:\\ 文件名: haoguo 后缀名:.txt 1. 文件名与后缀分离 2. 路径与文件分离 3. 获取当前路径 4. 文件名与后缀合并 5. 路径与文件合并 6. 穷举path下所有文件 7. 获取path下后缀名为postfix的所有文件列表 def get_imlist(path, postfix): """ Return a list of filenames for all postfix images in a