返回string中所有与pattern匹配的全部字符串,返回形式为数组。 findall()函数的两种表示形式. import re kk = re.compile(r'\d+') kk.findall ...
確定! 回上一頁