111,045
社区成员
![](https://csdnimg.cn/release/cmsfe/public/img/topic.427195d5.png)
![](https://csdnimg.cn/release/cmsfe/public/img/me.40a70ab0.png)
![](https://csdnimg.cn/release/cmsfe/public/img/task.87b52881.png)
![](https://csdnimg.cn/release/cmsfe/public/img/share-circle.3e0b7822.png)
WebClient wc = new WebClient();
wc.BaseAddress = "http://www.qqxoo.com/pengyou/getqq.php?uin=48a5beee9d1bd4e7b931a19fbd1b830025650095bfdf1b77&t=0.182388034416362647749";
wc.Headers.Add("User-Agent", "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)");
wc.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
Stream resStream = wc.OpenRead("");
StreamReader sr = new StreamReader(resStream, System.Text.Encoding.GetEncoding("gb2312"));
string code = sr.ReadToEnd();
Response.Write(code);