想要用soup获取这里面的客户点评的文本内容怎么写div class=c-review-block itemprop=review itemscope= itemtype=httpschemaorgReviewdiv itemprop=publisher itemscope= itemtype=httpschemaorgOrganizationmeta itemprop=name content=
可以使用以下代码来获取这里面的客户点评的文本内容:
from bs4 import BeautifulSoup
html = '''<div class="c-review-block" itemprop="review" itemscope="" itemtype="http://schema.org/Review">
<div itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Booking.com B.V.">
</div>
<div class="
原文地址: https://www.cveoy.top/t/topic/epom 著作权归作者所有。请勿转载和采集!