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.
我正在尝试从 html 页面复制图像,只是该页面的一个图像。关键是这是一个验证码图像,我需要在不提出新请求的情况下获取它。
做这个的最好方式是什么?
我在 c# 中使用 httpwebrequest 来执行此操作,但始终需要发出两个请求:一个用于获取图像名称,另一个用于下载图像。
每次请求都会更新验证码。