2021年5月26日

Python读取文本文件数、excel文件数据

摘要: Python读取.txt文件数据代码实现: # -*- coding:gb2312 -*-import jsondef read_txt_high(filename): with open(filename, 'r') as file_to_read: list0 = [] #文件中的第一列数据 l 阅读全文

posted @ 2021-05-26 19:31 FF冯静妃 阅读(144) 评论(0) 推荐(0) 编辑

导航