protected void BtGroup_ServerClick(object sender, EventArgs e)
                  {
                      //產業群首頁
                      string tempGroupData = GetHttpData("http://www.goudiannao.com/Group/index.aspx");
                      using (StreamWriter sw = new StreamWriter(this.Request.PhysicalApplicationPath + "Group\\Index.html", false, System.Text.Encoding.GetEncoding("utf-8")))
                      {
                          sw.Write(tempGroupData);
                          sw.Flush();
                      }
                 
                 
                  }
                  public string GetHttpData(string sUrl)
                  {
                      string sRslt = null;
                      WebResponse oWebRps = null;
                      WebRequest oWebRqst = WebRequest.Create(sUrl);
                      oWebRqst.Timeout = 50000;
                      try
                      {
                          oWebRps = oWebRqst.GetResponse();
                      }          
                  
                      finally
                      {
                          if (oWebRps != null)
                          {
                              StreamReader oStreamRd = new StreamReader(oWebRps.GetResponseStream(), System.Text.Encoding.GetEncoding("utf-8"));
                              sRslt = oStreamRd.ReadToEnd();
                              oStreamRd.Close();
                              oWebRps.Close();
                          }
                      }
                      return sRslt;
                  }
          posted on 2009-03-21 15:22 sanmao 閱讀(149) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           

          常用鏈接

          留言簿(5)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 桓仁| 泊头市| 台湾省| 辽阳县| 调兵山市| 浦城县| 绥芬河市| 肇庆市| 三都| 凉山| 阜平县| 临安市| 高唐县| 南部县| 正定县| 疏附县| 武功县| 元阳县| 五莲县| 安阳市| 商水县| 安吉县| 磐石市| 恭城| 宜都市| 嵊州市| 河北区| 博乐市| 邛崃市| 桓仁| 资溪县| 静宁县| 隆回县| 通海县| 张家口市| 长兴县| 济源市| 安阳县| 昭平县| 龙门县| 仁怀市|