fo = open("test.txt", "r+") next(fo) for line in fo: print line.strip() 1. 2. 3. 4. 5. 6. 7. 参考:python学习笔记—— 从第二行开始读文件 指定行读取