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