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.
本指南说,要使用请求和美丽汤从网站中提取一些信息,我们可以使用 BeautifulSoup(request, 'html5lib') 方法,但它声明它不会在在线 IDE 上运行。我想知道为什么会这样,是否有任何解决方法,是否使用在线 IDE。有不同的 HTML 解析器吗?
现在(已更新)可以通过Repl.it、Rextester的 Online Idle 进行。这在早期是不可能的,因为一些在线编译器不能在其中包含其中一个(requests、beautifulsoup、html2lib)库。