我正在为 WP7 设计一个网络爬虫,使用 HttpWebRequest 和 HtmlAgilityPack。问题是当我调用它时,它异步运行,因此我不能在主线程上使用它。对于具有“executeCommand”方法的获取部分,我有一个名为“WebScraper”的单独类,该方法将 url 和 xpath 作为参数并调用 request.beginGetResponse。我从 main() 调用“executeCommand”。
问问题
80 次