摘要: 根据下表数据,编写程序 将表格的数据存在txt文件中,内容如下: name gender birthday start_work income tel email other 赵一 男 1989/8/10 8/9/2012 15000 13611011234 zhaoyi@qq.com {教育:本科 阅读全文
posted @ 2022-05-06 16:01 芬芬的笔迹*本 阅读(186) 评论(0) 推荐(0)
摘要: from bs4 import BeautifulSoup from queue import Queue import requests #按层次遍历,同级的一起遍历 url="https://www.pythonscraping.com/pages/page3.html" html=reques 阅读全文
posted @ 2022-05-06 14:27 芬芬的笔迹*本 阅读(83) 评论(0) 推荐(0)