fp:_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

后端 未结 0 1150
感动是毒
感动是毒 2021-01-18 01:15
def data_list(fp):
    
    data_list = []
    
    #line = fp.readline()
    
    for line in fp :
        row = []
        row.append(line[1])
        row.append(l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题