标签:style blog http color os div sp 代码 log
WebRequest request = WebRequest.Create("http://1.bjapp.sinaapp.com/play.php?a=" + PageUrl); WebResponse response = request.GetResponse(); Stream resStream = response.GetResponseStream(); StreamReader sr = new StreamReader(resStream, System.Text.Encoding.UTF8); string htmlinfo = sr.ReadToEnd(); resStream.Close(); sr.Close();
标签:style blog http color os div sp 代码 log
原文地址:http://www.cnblogs.com/xiao-bei/p/3979717.html