摘要: BeautifulSoup 使用BeautifulSoup来解析html页面 import requests url = "https://python123.io/ws/demo.html" # 1. 使用requests库 r = requests.get(url) demo = r.text 阅读全文
posted @ 2021-02-19 15:00 sxhyyq 阅读(39) 评论(0) 推荐(0) 编辑