我们使用re.findall或re.finditer方法查找与常规方法的所有匹配项。
re.findall(pattern,string)返回匹配字符串的列表。
re.finditer(pattern,string)返回MatchObject对象上的迭代器