摘要: 一、文件的打开 # f1 = open( r'd:\new 2.txt' , encoding = 'utf-8',mode = 'r') # print(f1.read()) # f1.close() # f1 = open('liu.txt',encoding = 'utf - 8', mode 阅读全文
posted @ 2018-05-08 20:45 消暑酸梅粉 阅读(106) 评论(0) 推荐(0)