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.
我使用 BeautifulSoup4 解析普通的 HTML 页面内容。是否可以在 python 中使用 BeautifulSoup4 解析 ajax 内容?
BeautifulSoup 非常适合使用 HTML。要使用动态页面,您需要一个无头浏览器或至少一个嵌入式 javascript 运行时。看看Ghost,一个用 python 编写的 webkit web 客户端。
在 webkit 框架内执行 javascripts 是 Ghost 提供的最有趣的功能之一。