摘要:
import readline import math import json ''' A: 第一行 第二行 第三行 ''' #从文件读取数据 with open("D:\A.txt") as f : content = f.read() print(content) # with open一个fi 阅读全文
摘要:
import readline import math import json #py文件读取+异常处理 ''' A: 第一行 第二行 第三行 ''' #从文件读取数据 with open("D:\A.txt") as f : content = f.read() print(content) # 阅读全文