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)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 响水县| 宁武县| 阳谷县| 泊头市| 保亭| 玉树县| 罗田县| 齐齐哈尔市| 梁山县| 乌兰察布市| 弥勒县| 丰镇市| 永修县| 益阳市| 建水县| 阿瓦提县| 桐梓县| 肃宁县| 军事| 石河子市| 海淀区| 平安县| 景宁| 葵青区| 米泉市| 盐边县| 东莞市| 乐山市| 钦州市| 庄河市| 神木县| 沂南县| 手机| 高安市| 白玉县| 盘山县| 吉水县| 深圳市| 武邑县| 方正县| 济南市|