摘要:
# -*- coding: utf-8 -*- # @Time : 2020/9/15 21:26 # @Author : aqiong # @Site : # @File : 正则爬虫练习2.py # @Software: PyCharm import requests import re imp 阅读全文
摘要:
# -*- coding: utf-8 -*- # @Time : 2020/9/15 22:23 # @Author : aqiong # @Site : # @File : bs4三国演义练习.py # @Software: PyCharm #https://www.shicimingju.co 阅读全文
摘要:
test.html: <html lang="en"> <head> <meta charset="UTF-8" /> <title>测试bs4</title> </head> <body> <div> <p>百里守约</p> </div> <div class="song"> <p>李清照</p> 阅读全文