摘要: import readline import math import json ''' A: 第一行 第二行 第三行 ''' #从文件读取数据 with open("D:\A.txt") as f : content = f.read() print(content) # with open一个fi 阅读全文
posted @ 2020-04-07 10:41 橙子Cjw 阅读(220) 评论(0) 推荐(0) 编辑
摘要: import readline import math import json #py文件读取+异常处理 ''' A: 第一行 第二行 第三行 ''' #从文件读取数据 with open("D:\A.txt") as f : content = f.read() print(content) # 阅读全文
posted @ 2020-04-07 10:39 橙子Cjw 阅读(101) 评论(0) 推荐(0) 编辑