findall命令用法及参数?
在Python中,findall是正则表达式的函数,使用的时候要先引入re模块
import re
(re.findall(pattern, string, flags=0)):返回string中所有与pattern相匹配的全部字符串,得到数组