📜  如何在beautifulsoap中的另一个标签中选择标签 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:13.428000             🧑  作者: Mango

代码示例1
a_tag = html.a
link = a_tag['href']
print(link)

https://example.com