技术教程 今天聊一下47 – read、readline 和 readlines 方法的区别 1. 如何打开和读取文本文件内容 f = open(‘./files/readme.txt’, ‘r’) pr…