设为首页 加入收藏

SEO专栏

当前位置:慧诚博客 >> 网络 >> SEO专栏 >> 浏览文章 >> 动态生成Html静态页

动态生成Html静态页

作者:佚名   来源:网络   点击数:   更新时间:2007年11月03日

      finally
      {
        sr.Close();
      }
      //-------------------------------------------------------------------
      //-------------------------------------------------------------------
      //-------------------------------------------------------------------
      try
      {
        sw = new StreamWriter(Server.MapPath(htmlfilename) , false, code);
        str = str.Replace("aa","chi");//文本替代

        sw.Write(str);
        sw.Flush();
      }
      catch(Exception ex)
      {
        HttpContext.Current.Response.Write(ex.Message);
        HttpContext.Current.Response.End();
      }
      finally
      {
        sw.Close();
      }


    }

上一页
本文共 2 页,第  [1]  [2]  页


推荐文章
热门文章