2026年物业门控五金耗材推荐榜:中企创联工业品,小区/写字楼/物业多场景门控配件全覆盖
2026/3/1 13:31:04
import re from bs4 import BeautifulSoup import html2text def html_to_markdown(html_content):""" 将HTML转换为Markdown格式""" # 创建html2text转换器,配置选项 h = html2text.HTML2Text()h.ignore_links = False h.ignore_images = False h.ignore_tables = False h.ignore_emphasis = False h.body_width