标签: python python-2.7
使用python2.7命令行:
>>>ff = open("soso.txt","r") >>>for line in ff: ... print line ...