摘要: bs4模块的基本使用 from bs4 import BeautifulSoup 自行构造一个网页数据 html_doc = """ <html> <head> <title>The Dormouse's story</title> </head> <body> <p class="title"> 阅读全文
posted @ 2021-09-20 14:30 ふじわらたくみ 阅读(97) 评论(0) 推荐(0) 编辑