摘要:
原文:https://blog.csdn.net/weixin_43891121/article/details/87989080 今天用BeautifulSoup解析页面时遇到了.string返回None的问题,待解析的源码如下: < a class =“bets-name” href="/sto 阅读全文
摘要:
原文:https://www.cnblogs.com/my1e3/p/6657926.html 一、 查找a标签 (1)查找所有a标签 >>> for x in soup.find_all('a'): print(x) <a class="sister" href="http://example.c 阅读全文