fnmatch 模块提供了 fnmatch() 和 fnmatchcase() 两个函数可以使用通配符模式对文本进行匹配

fnmatch 所完成的匹配操作有点介乎于加单的字符串方法和全功能的正则表达式之间。

感觉蛮鸡肋的… :(