asp.net/ C# 屏幕缩放很容易完成吗?
使用 C# 和 .net 4.0 进行屏幕抓取的最简单方法是什么?
我可以重用他们的库吗?我想我听说过一个 html 工具包,但现在找不到它......
whats the simplest way to do screen scraping using c# and .net 4.0?
are their libraries i can reuse? i think i heard of an html tool pack for this but can not find it now...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解析应该使用 HTML Agility Pack 来完成。我从未使用过它,所以我不知道它是否会为您连接到网页。如果没有,您应该能够使用 WebClient 类。
The parsing should be done with the HTML Agility Pack. I've never used it so I don't know if it will connect to the web pages for you or not. If not, you should be able to use the WebClient class.