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 閱讀(148) 評論(0)  編輯  收藏

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


          網站導航:
           

          常用鏈接

          留言簿(5)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 江门市| 张家界市| 新和县| 大宁县| 石屏县| 黄骅市| 原平市| 桐梓县| 浠水县| 大同县| 镶黄旗| 南木林县| 聊城市| 青浦区| 宜宾市| 阜平县| 永嘉县| 清原| 汝南县| 同德县| 宜兰县| 闵行区| 古丈县| 桃园市| 衡南县| 天柱县| 芒康县| 沙雅县| 浦城县| 扬州市| 东辽县| 尉犁县| 河南省| 堆龙德庆县| 镶黄旗| 荃湾区| 昌宁县| 偃师市| 新乡县| 合江县| 调兵山市|