摘要: 1、r data = open('孙悟空','r',encoding = 'utf-8').read() print(data) #该操作为文件的读操作, 2、w f = open('孙悟空','w',encoding = 'utf-8') f.write('hello world') f.writ 阅读全文
posted @ 2018-05-01 16:10 Karen,Z 阅读(164) 评论(0) 推荐(0)