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.
我需要使用 Windows 8 Metro 应用程序从网页中读取文本吗?我尝试了一些示例,但它们似乎都不起作用......我想我使用了 httpwebresponse 类。有人可以解释一下它是如何工作的或提供一个可行的教程吗?
我正在使用 C# 。
查看 MSDN 中的 HttpRequest、HttpReponse、HttpWebRequest.GetReponse() 函数和类。