摘要:
![](https://img2018.cnblogs.com/blog/1632719/202003/1632719-20200301185531839-1928207993.png) ![](https://img2018.cnblogs.com/blog/1632719/202003/1632719-20200301220313604-1392892884.png) ![](https:// 阅读全文
摘要:
```python # 3.处理文件,用户指定要查找的文件和内容,将文件中包含要查找内容的每一行都输出到屏幕 # def check_file(filename,aim): # with open(filename,encoding='utf-8') as f: #句柄 : handler,文件操作符,文件句柄 # for i in f: # if aim in i: # yield i # # 阅读全文
摘要:
![](https://img2018.cnblogs.com/blog/1632719/202003/1632719-20200301165726353-1625694455.png) ![](https://img2018.cnblogs.com/blog/1632719/202003/1632719-20200301165803503-47788704.png) ![](https://im 阅读全文