tml = """<div class="bd"><p class>hellothank</p>"""
bs = BeautifulSoup(html, 'html.parser')p = bs.find('p').stringprint(p)
输出结果是 None为什么呢?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
可以获取hello thank啊,没有None
可以获取hello thank啊,没有None