正则表达式匹配数字

pattern = re.compile (r'\d+') # 查找数字
l = pattern.findall (i)ide

相关文章
相关标签/搜索