首頁 > 問答 > 主體
tml = """<div class="bd"><p class>hellothank</p>"""
bs = BeautifulSoup(html, 'html.parser')p = bs.find('p').stringprint(p)
输出结果是 None为什么呢?
三叔2016-10-22 16:12:59
可以获取hello thank啊,没有None