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.
我是 python 新手,我需要知道是否有 perl 的 LWP 和 HTTP::Parse。我有一个 perl 脚本来从 URL 获取内容并解析它,我想将它移植到 python。
查看获取部分的 Python 模块 httplib 和 urllib。Python中有几个用于解析的xml模块。您还可以查看不属于标准 Python 模块的 BeautifulSoup。