摘要: x = [] f = open('C:\\Users\\J&K\\Desktop\\实验4文档相关代码和数据文件\\实验4文档相关代码和数据文件\\data6_1.txt', encoding='utf_8') y = f.readlines() for i in y: x.append(i.str 阅读全文
posted @ 2021-05-16 14:45 彭锦荣 阅读(55) 评论(0) 推荐(0)