我想用C#和HtmlAgilityPack加载一个页面内容,但我得到了它的加密版。HttpClienthttpClient = new HttpClient();
string html = await httpClient.GetStringAsync("http://www.wordreference.com
我正在尝试使用Windows.Web.Http.HttpClient类,但它一直向我抛出一个404错误,即使我尝试了文档中的代码:var httpClient = new HttpClient();
{
var result = await httpClient.GetStringAsyncA first ch