python正则找到字符串里面的数字

totalNumbers = re.findall(r'd+',str)
原文地址:https://www.cnblogs.com/php-linux/p/12485050.html