正则表达式惰性的使用

import re
for match in s.finditer(self.text)
     yield match.group()
posted @ 2019-04-12 21:58  公众号python学习开发  阅读(160)  评论(0编辑  收藏  举报