我正在尝试从here抓取文章的日期和网址。虽然我确实得到了日期列表和文章的标题(文本),但我无法获得相同的Urls。这就是我如何在文本和日期中获得url标题。n_dates = [ele.text for ele in dates] print(n_dates) 这给了我一个类似如下的输出'May 28th, 2021', 'May 26th, 2021
有谁能确切地解释一下,是否有一种方法可以使用从这个网页BeautifulSoup中抓取链接,还是只能使用Selenium?url = 'https://hackmd.io/@nearly-learning/near-201' bs = BeautifulSoup(html.readloads more. if 'href' in link