如果找到这个树的话,就不要用find_all了,用find
html = """文本一文本二 文本三"""for item in html: content = item.find("div",attrs={"calss":"b"}