Python:使用 urllib2 处理 Javascript?

发布于 2024-10-12 23:36:45 字数 178 浏览 3 评论 0原文

我正在编写一个 HTML 抓取工具,它从网站上的表格中获取值。我还需要获取图像的 URL,但问题是该图像是通过 javascript 动态生成的 - 当我通过 urllib 获取网站内容时,Javascript 不会运行或显示在生成的 HTML 中。

有什么方法可以让Javascript在通过urllib访问的页面上运行吗?

I am coding a HTML scraper which gets values from a table on a website. I also need to grab the URL of an image, but the problem is this image is dynamically generated via javascript - and when i get contents of the website via urllib, the Javascript does not run or show in the resulting HTML.

Is there any way to enable Javascript to run on pages which are accessed via urllib?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

韶华倾负 2024-10-19 23:36:45

不,你需要某种 JS 解释器。可能有 Python-浏览器集成来帮助解析此类页面。

No, you'd need some sort of JS interpreter for that. There might be Python-Browser integrations to help parsing this kind of page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文