2018年4月11日
摘要: ********# f=open("haha","a")# data=f.write(bytes("中国",encoding="utf-8"))# f.close()#文件的写入 #文件的读取操作f=open("haha","r",encoding="utf-8")data=f.read()f.cl 阅读全文
posted @ 2018-04-11 16:08 guodashen 阅读(108) 评论(0) 推荐(0)