标签:python int follow pre usr 内容 com html 很多
逐行读取的方法很多,这里提供一种非常简单的方法:#!/usr/bin/python
# -*- coding: utf-8 -*-
for line in open("awip.conf"):
print line
其他的可以参考教程:
python逐行读取文件内容的三种方法
Python——文件读取
标签:python int follow pre usr 内容 com html 很多
原文地址:http://blog.51cto.com/weiruoyu/2140927