摘要: string strUrl = this.PicWebUrl+"cn/www/zh-chs/edushi/links/link.txt";//?rnd="+DateTime.Now; HttpWebRequest request = (HttpWebRequest)WebRequest.Create(strUrl); //获得响应流 HttpWebResponse response = (HttpWebResponse)request.GetResponse(); Strea... 阅读全文
posted @ 2013-01-21 11:39 百里水上 阅读(175) 评论(0) 推荐(0)