• Tools
  • Articles
  • Q&A
  • Login
0 0

想请问下beautifulsoup中的NavigableString具体是什么东西


看文档没怎么弄明白,请各位给个比较直观的描述,顺别说一下这个东西有什么用啊

python beautifulsoup

12 years, 5 months ago
燃烧的熊吉

燃烧的熊吉


share
燃烧的熊吉 12 years, 5 months ago

Answers

0

NavigableString对象, 用于操纵字符串,如"Page title"和"This is paragraph"。 http://www.crummy.com/software/BeautifulSoup/bs3/documentation.zh.html

answered 12 years, 5 months ago
燃烧的熊吉

脑壳灌水的鱼


share
脑壳灌水的鱼 answered 12 years, 5 months ago

Your Answer

Ask Question
Related questions

python BeautifulSoup怎么获取无标签文本?

Python 和 BeautifulSoup 怎么把 html table 处理成 csv?

使用python和beautifulSoup爬数据,爬到第三条就爬不动了

BeautifulSoup 用 .find(text=True) 找不到 table 里边的文字

【BeautifulSoup or sth】如何获得一个标签的描述信息?

BeautifulSoup解析网页的问题