阅读背景:

逐行提取txt文本中的字符串

来源:互联网 
#-*-coding:UTF-8 -*-
    f = open('test.txt','r')
    for line in f:
        s = line
        print s
#-*-coding:UTF-8 -*-
    f = open('test.txt','r



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: