grep in python
摘要:
for line in file: if re.search(pattern, line): print(line) 阅读全文
posted @ 2021-03-30 17:04 坐山雕 阅读(45) 评论(0) 推荐(0)
posted @ 2021-03-30 17:04 坐山雕 阅读(45) 评论(0) 推荐(0)
posted @ 2021-03-30 16:50 坐山雕 阅读(44) 评论(0) 推荐(0)