for line in file:
if re.search(pattern, line):
print(line)
相关文章:
for line in file:
if re.search(pattern, line):
print(line)
相关文章: