摘要: 1、读 r rb f = open('好好上学',mode='r',encoding='utf-8')content = f.read()print(content)f.close() f = open('好好上学',mode='rb')content = f.read()print(content 阅读全文
posted @ 2020-09-21 17:37 温柔他 阅读(72) 评论(0) 推荐(0)