使用Python迭代文件
>>> f = open('baby1990.html', 'rU')>>> for line in f.readlines():>>> print(line)>>> ...>>> ... all the lines from the file appear here>>> ...>>> f = open('baby1990.html', 'rU')>>> for line in f.readlines():>>> print(line)>>>>>>
吃鸡游戏
扬帆大鱼
回首忆惘然
随时随地看视频慕课网APP
相关分类