我正在研究 beautifulsoup。我想访问 div 中的文本。我的代码如下。
attack = atackersoup.findAll("div", {"class":"col-12 description"})
我的输出如下
<div class="col-12 description"> A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. </div>
我只想要文字。不显示 div 标签。
慕侠2389804
相关分类