摘要: 理解 基本元素 from bs4 import BeautifulSoup soup = BeautifulSoup(demo,'html.parser') r = requests.get("http://python123.io/ws/demo.html") r.text '<html><hea 阅读全文
posted @ 2022-02-06 20:34 TY_uni 阅读(65) 评论(0) 推荐(0)