python

当前位置:中华考试网 >> python >> python爬虫 >> 文章内容

Python爬虫中标签的使用方法是什么?

来源:中华考试网  [2020年11月25日]  【

  BeautifulSoup作为在爬虫里最常见的使用模块,学习使用还是很重要的。

  其中使用这个模块的标签就有很多,我们可以了解部分。

  所 有子标签——children

  body = soup.find('body')

  v = body.children

  标签属性——attr

  tag = soup.find('a')

  attrs = tag.attrs

  print(attrs)

  tag.attrs = {'ik':123}

  tag.attrs['id'] = 'iiiii'

  print(soup)

责编:fushihao

上一篇:守护线程如何在python3爬虫中设置?

下一篇: 没有了

  • 会计考试
  • 建筑工程
  • 职业资格
  • 医药考试
  • 外语考试
  • 学历考试