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 请求来保存网页中的图像。但是,图像是通过php随机生成的,如下面的代码所示,并且每次都不一样。该图像用于验证码,并在每个请求之间更改。
<img src="image.php">
我将如何正确保存此图像?
我认为你需要使用硒。如果您正在尝试编写可以绕过验证码的内容。
如何使用我已经知道其 URL 地址的 Python 在本地保存图像?
如何使用 Selenium(任何版本)下载图像?