>>> BeautifulSoup('<span>this is a</span>cat').text>>> BeautifulSoup('Spelled f<b>o<b>etus in British English with extra "o"').text
u'Spelled foetus in British English with
我正在尝试使用BeautifulSoup从网页中的<p>元素中抓取所有的内部html。有内部标记,但我不关心,我只想得到内部文本。<p>Yellow</p>如何解压:BlueLight green
.string和.contents[0]都不能满足我的需求extract()也不需要,因为我不想提前指定内部标