摘要: # encoding: UTF-8file_name = r'C:\Users\xshi\Desktop\1.txt'AB_list = []with open(file_name) as f: content = f.readlines() AB_list.append(content)x = AB_list[0]print type(x)print len(x)CD_list = ... 阅读全文
posted @ 2016-08-19 18:13 lshconfigure 阅读(147) 评论(0) 推荐(0)