正则表达式惰性的使用

mac2022-06-30  32

import re for match in s.finditer(self.text) yield match.group()

转载于:https://www.cnblogs.com/c-x-a/p/10698883.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)