标签:null new nbsp request toe string adt 获取 try
HttpWebResponse res = null; try { res = request.GetResponse() as HttpWebResponse; } catch (WebException ex) { res = (HttpWebResponse)ex.Response; //string html = new StreamReader(temp.GetResponseStream()).ReadToEnd(); //StreamReader sr = new StreamReader(res.GetResponseStream()); //string html = sr.ReadToEnd(); }
标签:null new nbsp request toe string adt 获取 try
原文地址:http://www.cnblogs.com/gaocong/p/6747071.html