import repattern = re.compile(r'\d+')print(re.split(pattern,'one1two2three3four4'))import repattern = re.compile(r'\d+')print(re.findall(pattern,'one1two2three3four4'))為什么第一個結(jié)果是英文第二個是數(shù)字
求解,關(guān)于python3中的re.split與re.findall的區(qū)別
qq_遁去的一_1
2021-02-28 09:06:34