Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些使用 HTMLParser 用 Python (2.7) 编写的代码。我目前正在使用 Python 3.4。
我找不到 HTMLParser 下载模块。
如果存在,谁能分享链接?如果没有,我该怎么办?
您不需要为 Python 3 安装 html 解析器。它是预安装的。只需使用:
import html.parser