Uri uri = new Uri("http://www.cnsos.net/weburl/index.htm", UriKind.Absolute);
HttpClient myClient = new HttpClient();
string result = await myClient.GetStringAsync(uri);
await new MessageDialog(result).ShowAsync();

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-02-11
  • 2022-01-03
猜你喜欢
  • 2022-01-08
  • 2021-07-26
  • 2021-10-17
  • 2021-10-07
  • 2021-07-26
相关资源
相似解决方案