摘要: 1 import re 2 3 4 def find_item(hero): 5 # 读取文件 6 with open('sanguo_utf8.txt', encoding='utf-8') as f1: 7 # 去掉内容中的换行,将文本变为一行 8 data = f1.read().replac 阅读全文
posted @ 2020-06-02 18:09 不溶解的糖 阅读(688) 评论(0) 推荐(0) 编辑