摘要: python的文件读取: filepath='D:\迅雷下载\123.txt' with open(filepath,encoding='utf-8')as file_object: contents=file_object.readlines() for content in contents: 阅读全文
posted @ 2020-07-30 19:03 qazvve 阅读(84) 评论(0) 推荐(0) 编辑