【python】各种匹配

匹配数字

re.findall(r'\d+\.\d+|\d+', content)

 

posted on 2024-09-26 10:02  张凌赫_帅  阅读(24)  评论(0)    收藏  举报

导航