摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/15 21:26 # @Author : aqiong # @Site : # @File : 正则爬虫练习2.py # @Software: PyCharm import requests import re imp 阅读全文
posted @ 2020-09-16 12:43 阿琼!!!!! 阅读(151) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2020/9/15 22:23 # @Author : aqiong # @Site : # @File : bs4三国演义练习.py # @Software: PyCharm #https://www.shicimingju.co 阅读全文
posted @ 2020-09-16 12:38 阿琼!!!!! 阅读(276) 评论(0) 推荐(0) 编辑
摘要: test.html: <html lang="en"> <head> <meta charset="UTF-8" /> <title>测试bs4</title> </head> <body> <div> <p>百里守约</p> </div> <div class="song"> <p>李清照</p> 阅读全文
posted @ 2020-09-16 11:18 阿琼!!!!! 阅读(174) 评论(0) 推荐(0) 编辑