WebClient client = new WebClient(); client.Encoding = Encoding.UTF8; string reply = client.DownloadString("请求的url");//获取返回的所有内容