with open(‘e:/content.txt‘) as f: for line in f: if ‘==3346628==‘ in line: …………
python读取大文件【一行一行读取】
原文:http://www.cnblogs.com/bushe/p/3963657.html