摘要: //search lines that start with the string “From:”import rehand = open('mbox-short.txt')for line in hand: line = line.rstrip() if re.search('ˆFrom:',... 阅读全文
posted @ 2015-12-01 23:41 鹏_VFX 阅读(705) 评论(0) 推荐(0)