github主页 导入: >>> from fuzzywuzzy import fuzz >>> from fuzzywuzzy import process 1) >>> fuzz.ratio(this is a test, this is a test!) out 97 >>> fuzz.partial_ratio(this is a test, this is a test!) out 100 fuzz.ratio()对位置敏感,全匹配。fuzz.partial_ratio()对位置敏感,搜索匹配。 2) >>> fuzz._process_and_sort(s,