content="""苹果,绿色的橙子,橙色的香蕉,黄色的乌鸦,黑色的猴子,"""import rep = re.compile(r',.?')for one in p.findall(content): print(one)# 输出# ,绿# ,橙# ,黄# ,黑