标签: python regex os.walk
我有一个文件扩展名列表,我必须写条件。像
FileStream s = new FileStream(name, FileMode.Open, FileAccess.Read, FileShare.Read);
我意识到endwith是区分大小写的。例如,我如何对待" .xml"和" .XML"作为相同的扩展?