import re text = 'thenextnothingis123456' print(re.search(r'(\d*)', text).group(0))
为什么这段代码不能匹配出数字?如果将d替换成w反倒可以匹配出所有字符?
当年话下
大话西游666
aluckdog
相关分类